Skip to content

add paper draft

add paper draft #3

Workflow file for this run

name: CI
on: push
jobs:

Check failure on line 3 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

You have an error in your yaml syntax on line 3
build:
runs-on: ubuntu-latest
steps:
- uses: nixbuild/nix-quick-install-action@v28
- uses: actions/checkout@v4
- run: nix build
paper:
runs-on: ubuntu-latest
steps:
- uses: nixbuild/nix-quick-install-action@v28
- uses: actions/checkout@v4
- run: nix build .#paper