Skip to content

Commit

Permalink
Merge pull request #31 from 8BitJosh/master
Browse files Browse the repository at this point in the history
Update CI to use github actions and tidy repo
  • Loading branch information
WillB97 authored Jun 26, 2023
2 parents b46f5ed + b37baee commit fe0cc8b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
- push
- pull_request
jobs:
compile-sketch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: arduino/compile-sketches@v1
with:
fqbn: "arduino:avr:uno"
sketch-paths: |
- src
Empty file removed .gitmodules
Empty file.
1 change: 0 additions & 1 deletion libraries/.dummy

This file was deleted.

0 comments on commit fe0cc8b

Please # to comment.