name: "Build" on: pull_request: push: env: NIX_CONFIG: "accept-flake-config = true" jobs: build: runs-on: native steps: - uses: https://code.forgejo.org/actions/checkout@v4 - run: nix flake check continue-on-error: true - run: nix run .#build - uses: https://code.forgejo.org/@actions/upload-artifact@v4 with: name: CV path: main.pdf