nixfleet/.forgejo/workflows/build.yaml
Workflow config file is invalid. Please check your config file: EOF

11 lines
269 B
YAML

# on:
# push:
# branches: ["*"]
# jobs:
# test:
# runs-on: nix
# steps:
# - uses: actions/checkout@v4
# name: Checkout repository
# - name: Build with nix
# run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux"