Skip to content

Adds Python template #5

Adds Python template

Adds Python template #5

Workflow file for this run

name: Test language template(s)
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
template:
- go-mod
profile:
- default
- docker
steps:
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: extractions/setup-just@v1
- uses: actions/checkout@v3
- run: just build-language "${{ matrix.template }}" "${{ matrix.profile }}"