Skip to content

Commit

Permalink
Update spell-check action and skip extras/test path
Browse files Browse the repository at this point in the history
  • Loading branch information
giulcioffi committed Oct 30, 2020
1 parent 3ea8a09 commit 9d4b5ba
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 9d4b5ba

Please sign in to comment.