Skip to content

Commit

Permalink
Merge pull request #52 from cwruRobotics/float-linting
Browse files Browse the repository at this point in the history
Float linting
  • Loading branch information
InvincibleRMC authored Feb 16, 2023
2 parents 6b9a6db + 9db2524 commit 240cc23
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/arduino-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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@v3
- uses: arduino/arduino-lint-action@v1
with:
recursive: true

0 comments on commit 240cc23

Please sign in to comment.