Skip to content

Bump actions/checkout from 3 to 4 in /.github/workflows #572

Bump actions/checkout from 3 to 4 in /.github/workflows

Bump actions/checkout from 3 to 4 in /.github/workflows #572

Workflow file for this run

# Linter for Float Code
# https://github.com/marketplace/actions/arduino-arduino-lint-action
name: Float Linter
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v1
with:
recursive: true