Started pushing to cachix
This commit is contained in:
parent
8f2c5a526e
commit
a6e57c5aa3
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
@ -1,12 +1,15 @@
|
||||||
name: "Build"
|
name: "Build"
|
||||||
on:
|
on: [pull_request, push]
|
||||||
pull_request:
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: cachix/install-nix-action@v19
|
- uses: cachix/install-nix-action@v25
|
||||||
|
- uses: cachix/cachix-action@v14
|
||||||
|
with:
|
||||||
|
name: alejandr0angul0-resume
|
||||||
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- run: nix build
|
- run: nix build
|
||||||
- run: nix flake check
|
- run: nix flake check
|
||||||
- run: nix run
|
- run: nix run
|
||||||
|
@ -18,7 +21,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: cachix/install-nix-action@v19
|
- uses: cachix/install-nix-action@v25
|
||||||
|
|
||||||
- run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
|
- run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue