Skip to content

build(deps): bump actions/checkout from 5 to 7 #45

build(deps): bump actions/checkout from 5 to 7

build(deps): bump actions/checkout from 5 to 7 #45

Workflow file for this run

name: Check Typos
on:
push:
branches:
- master
pull_request: {}
workflow_dispatch: null
jobs:
typos:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v7
- name: Check spelling
uses: crate-ci/typos@master