Skip to content

build(deps): bump actions/checkout from 3 to 4 #6

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #6

Workflow file for this run

---
name: spell checking
on: # yamllint disable-line rule:truthy
push:
jobs:
typos:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: typos-action
uses: crate-ci/[email protected]