Skip to content

Debugging CI/CD workflow to release binaries. #19

Debugging CI/CD workflow to release binaries.

Debugging CI/CD workflow to release binaries. #19

Workflow file for this run

name: Static check
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
static-check:
name: Static check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Arduino lint
uses: arduino/arduino-lint-action@v1
with:
compliance: specification
library-manager: false
project-type: sketch
recursive: true