Skip to content

Upload latest version #729

Upload latest version

Upload latest version #729

Workflow file for this run

name: Lint (Arduino)
# The workflow will run on every push and pull request to the repository
on:
- push
- pull_request
jobs:
compile-sketch:
runs-on: ubuntu-latest
steps:
# This step makes the contents of the repository available to the workflow
- name: Checkout repository
uses: actions/checkout@v3
- name: arduino/arduino-lint-action
uses: arduino/arduino-lint-action@v1
with:
compliance: specification
project-type: all