Skip to content

Add Powershell template (#51) #1

Add Powershell template (#51)

Add Powershell template (#51) #1

name: Test languages
on:
pull_request:
push:
branches:
- main
jobs:
default:
runs-on: ubuntu-latest
strategy:
matrix:
template:
- bash
- cpp-cmake
- dart
- go-mod
- go-pkg
- haskell
- lua-app
- nodejs-backend
- ocaml
- powershell
- python-app
- python-pkg
- rust
- zig
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 }}" "default"
docker:
runs-on: ubuntu-latest
strategy:
matrix:
template:
- bash
- cpp-cmake
- dart
- go-mod
- go-pkg
- haskell
- nodejs-backend
- ocaml
- powershell
- python-app
- rust
- zig
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 }}" "docker"