We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a7bbb commit c0746a0Copy full SHA for c0746a0
.github/workflows/spell-check.yml
@@ -1,11 +1,16 @@
1
name: Spell Check
2
+
3
on: [push, pull_request]
4
5
jobs:
- build:
- runs-on: ubuntu-latest
6
-
7
- steps:
8
- - uses: actions/checkout@v1
9
- with:
10
- fetch-depth: 1
11
- - uses: arduino/actions/libraries/spell-check@master
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v2
12
13
+ - name: Spell check
14
+ uses: arduino/actions/libraries/spell-check@master
15
+ with:
16
+ skip-paths: ./extras/test
0 commit comments