Skip to content

Bicop EMPC fix for UNO #725

Bicop EMPC fix for UNO

Bicop EMPC fix for UNO #725

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@v4
- name: arduino/arduino-lint-action
uses: arduino/[email protected]
with:
compliance: specification
project-type: all