Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
mbparks committed Jan 20, 2021
1 parent e482a96 commit f82e0c9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -3,5 +3,9 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: arduino/arduino-lint-action@v1
- name: checkout
uses: actions/checkout@v2
- name: lint
uses: arduino/arduino-lint-action@v1
with:
recursive: true

0 comments on commit f82e0c9

Please sign in to comment.