Skip to content

Commit 7408e8e

Browse files
committed
TypoCIの導入
1 parent 00a6446 commit 7408e8e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/spellcheck.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Typo CI
2+
3+
on:
4+
pullr_requst:
5+
push:
6+
branches:
7+
- main
8+
jobs:
9+
spellcheck:
10+
name: Typo CI (GitHub Action)
11+
runs-on: ubuntu-latest
12+
timeout-minutes: 4
13+
if: "!contains(github.event.head_commit.message, '[ci skip]')"
14+
steps:
15+
- name: TypoCheck
16+
uses: typoci/spellcheck-action@master
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)