Skip to content

Commit 0501986

Browse files
committed
Create cspell-action.yml
1 parent 9c8b138 commit 0501986

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/cspell-action.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: cspell-action
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
cspell:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/[email protected]
13+
- name: Use Node.js
14+
uses: actions/[email protected]
15+
with:
16+
cache: npm
17+
18+
- uses: streetsidesoftware/cspell-action@v1

0 commit comments

Comments
 (0)