mirror of
https://github.com/RobTillaart/I2C_EEPROM.git
synced 2026-07-27 20:06:07 +00:00
- fix #83, update readme.md (thanks to TonyRiddiough) - add calculatePageSize(deviceSize) to replace getPageSize(deviceSize) prep. - update GitHub actions - minor update examples - minor edits
18 lines
305 B
YAML
18 lines
305 B
YAML
name: Arduino CI
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
runTest:
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 20
|
|
|
|
steps:
|
|
- uses: actions/checkout@v5
|
|
- uses: ruby/setup-ruby@v1
|
|
with:
|
|
ruby-version: 2.6
|
|
- run: |
|
|
gem install arduino_ci
|
|
arduino_ci.rb
|