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 8f753d5 commit e3d07c8Copy full SHA for e3d07c8
.github/workflows/spell-check.yml
@@ -0,0 +1,11 @@
1
+name: Spell Check
2
+on: [push, pull_request]
3
+jobs:
4
+ build:
5
+ runs-on: ubuntu-latest
6
+
7
+ steps:
8
+ - uses: actions/checkout@v1
9
+ with:
10
+ fetch-depth: 1
11
+ - uses: arduino-libraries/actions/spell-check@master
0 commit comments