Merge pull request #8 from GUVWAF/CI #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Arduino | |
on: | |
push: | |
branches: [ master ] | |
workflow_dispatch: | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v2 | |
- name: Arduino CI | |
uses: Arduino-CI/[email protected] | |
env: | |
EXPECT_EXAMPLES: true | |
EXPECT_UNITTESTS: false |