Skip to content

Commit 6afc9bf

Browse files
chore(typos): install typos gha action v1.49.0
Made with ❤️️ by updatecli
1 parent 9d6035e commit 6afc9bf

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

‎.github/workflows/typos.yaml‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Spell check with typos
2+
3+
on:
4+
push:
5+
branches: ["main"]
6+
pull_request:
7+
branches: ["**"]
8+
9+
permissions: {}
10+
11+
jobs:
12+
typos:
13+
runs-on: ubuntu-latest
14+
permissions:
15+
contents: read
16+
steps:
17+
- name: Checkout repository
18+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
19+
with:
20+
persist-credentials: false
21+
22+
- name: Run typos
23+
uses: crate-ci/typos@8a48f81b6c64dcfea44b3633223084c4be58ac5f # v1.49.0
24+

0 commit comments

Comments
 (0)