Skip to content

Bump matlab-actions/setup-matlab from 1.2.4 to 1.2.5 #705

Bump matlab-actions/setup-matlab from 1.2.4 to 1.2.5

Bump matlab-actions/setup-matlab from 1.2.4 to 1.2.5 #705

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