Skip to content

working sampling on STM32 #713

working sampling on STM32

working sampling on STM32 #713

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/arduino-lint-action@v1.0.2
with:
compliance: specification
project-type: all