We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea8a09 commit 9d4b5baCopy full SHA for 9d4b5ba
.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