Prevent eternal loop in_eeprom::setPageSize with size 128 (#59) #176
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Arduino CI | |
on: [push, pull_request] | |
jobs: | |
runTest: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ruby/setup-ruby@v1 | |
with: | |
ruby-version: 2.6 | |
- run: | | |
gem install arduino_ci | |
arduino_ci.rb |