arduino-lint-action icon indicating copy to clipboard operation
arduino-lint-action copied to clipboard

GitHub Actions action to check Arduino projects for problems

Results 14 arduino-lint-action issues
Sort by recently updated
recently updated
newest added

Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 2 to 5. Release notes Sourced from geekyeggo/delete-artifact's releases. v5.0.0 Switch to @​actions/artifact, removing the need for a token parameter (Sebastian Weigand) #24 v4.1.0 Add default token....

topic: infrastructure

Upgrade Node.js to 20.x for development and action runner. Fix #344

### Describe the request When running Arduino lint I get the message below: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, arduino/arduino-lint-action@v1. For...

type: enhancement

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

topic: infrastructure

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

topic: infrastructure

### Describe the request Add "human-readable-output" to the output of this action, similar to the standard output. This will make it easier to see the results of the arduino-lint execution...

type: enhancement
topic: code

Some (but certainly not all) lint rules pertain to a specific file and line. Other rules pertain to a file that is _missing_ lines. By using the [GitHub Checks API](https://octokit.github.io/rest.js/v18#checks),...

type: enhancement

I'm adding Arduino lint to my GitHub workflows and saw something worth updating: ![image](https://user-images.githubusercontent.com/462844/119876174-e31eac00-bf27-11eb-9cdf-d63810084c8a.png) The arduino-lint.yml file should have a name field to look better. ```yml name: Arduino-lint on: [push,...

topic: documentation
type: enhancement

Bumps [semver](https://github.com/npm/node-semver) from 7.6.2 to 7.6.3. Release notes Sourced from semver's releases. v7.6.3 7.6.3 (2024-07-16) Bug Fixes 73a3d79 #726 optimize Range parsing and formatting (#726) (@​jviide) Documentation 2975ece #719 fix...

topic: infrastructure

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4. Release notes Sourced from typescript's releases. TypeScript 5.5.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

topic: infrastructure