Skip to content

More badges

More badges #5

Workflow file for this run

name: NixOS
on:
push:
branches:
- main
- master
- 'releases/**'
pull_request:
jobs:
launch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell -p rakudo zef stdenv cacert git curl --run "zef --debug install ."