Skip to content

Bump actions/upload-artifact from 3 to 4 #719

Bump actions/upload-artifact from 3 to 4

Bump actions/upload-artifact from 3 to 4 #719

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