Skip to content

Fix issue overflow when reading data #21

Fix issue overflow when reading data

Fix issue overflow when reading data #21

Workflow file for this run

name: Arduino Lint
on: [push, pull_request]
jobs:
arduino-lint:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v1