11 lines
208 B
YAML
11 lines
208 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
|