Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Compile Sketch
  • Loading branch information
ricaun committed Jan 7, 2022
commit f2f4e8112d0614663d4153dee924d1d3a74778be
23 changes: 23 additions & 0 deletions .github/workflows/Compile-Sketch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Compile Sketch

# The workflow will run on every push and pull request to the repository
on:
- push
- pull_request

jobs:
compile-sketch:
runs-on: ubuntu-latest

steps:
# This step makes the contents of the repository available to the workflow
- name: Checkout repository
uses: actions/checkout@v2

# For more information: https://github.com/arduino/compile-sketches#readme
- name: Compile sketch
uses: arduino/compile-sketches@v1
with:
# The default is to compile for the Arduino Uno board. If you want to compile for other boards, use the `fqbn` input.
sketch-paths: |
./examples/ArduinoUniqueID
23 changes: 0 additions & 23 deletions .travis.yml

This file was deleted.