Skip to content

Setup Github Actions #4

Setup Github Actions

Setup Github Actions #4

Workflow file for this run

name: Docker Image CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
container:
image: python:3.11
steps:
- uses: actions/checkout@v3
- run: pip install invoke pyyaml
- run: invoke test