Skip to content

Changed the order of multiplication to avoid overflow for int16 value #73

Changed the order of multiplication to avoid overflow for int16 value

Changed the order of multiplication to avoid overflow for int16 value #73

Workflow file for this run

name: Arduino-lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v1
with:
library-manager: update
compliance: strict