Skip to content

add workflow

add workflow #1

Workflow file for this run

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