Skip to content

Commit

Permalink
Merge pull request #132 from giulcioffi/spellCheckAction
Browse files Browse the repository at this point in the history
Update spell-check action and skip extras/test path
  • Loading branch information
facchinm authored Oct 30, 2020
2 parents 3ea8a09 + 9d4b5ba commit fd5bc06
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: Spell Check

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: arduino/actions/libraries/spell-check@master
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Spell check
uses: arduino/actions/libraries/spell-check@master
with:
skip-paths: ./extras/test

0 comments on commit fd5bc06

Please sign in to comment.