sethfischer / atopile-action

:warning: Experimental atoplie GitHub Action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atopile docker action

Atopile docker action with ghcr.io/atopile/atopile-kicad as a base image.

Inputs

path

Path to the atopile project directory. Default '.'.

Example usage

steps:
  - name: Build atopile project
    uses: sethfischer/atopile-action@main
    with:
      path: 'pcb/'  # atopile project directory

About

:warning: Experimental atoplie GitHub Action

License:MIT License


Languages

Language:Shell 55.2%Language:Dockerfile 44.8%