Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vroland committed Nov 3, 2023
1 parent bcbb47a commit 685df8a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: CI
on:
push:
branches: [ ci-test ]
jobs:
container-test-job:
runs-on: ubuntu-latest

steps:
- run: apt install kicad
- run: kicad-cli version
- run: pip install kikit

0 comments on commit 685df8a

Please sign in to comment.