Skip to content

Build EEPROM Write Sketch #5

Build EEPROM Write Sketch

Build EEPROM Write Sketch #5

name: 'Build EEPROM Write Sketch'
on:
pull_request:
branches:
- master
paths:
- 'EEPROM_Write_Offset/**'
schedule:
- cron: '0 12 1 * *'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
compile-eeprom-write-sketch:
name: "Build EEPROM Write Sketch"
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Compile sketch
uses: arduino/compile-sketches@v1
with:
fqbn: "arduino:avr:nano"
sketch-paths: |
- ./EEPROM_Write_Offset
libraries: '[]'
cli-compile-flags: |
- --warnings
- "none"