mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-01 04:24:19 +00:00
*: Experiment with GHA weirdness
This commit is contained in:
parent
8c46c5bab3
commit
e198c6e8f2
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
|
|
||||||
- name: Generate
|
- name: Generate
|
||||||
run: |
|
run: |
|
||||||
go generate ./...
|
nix develop -c go generate ./...
|
||||||
|
|
||||||
if ! git diff --exit-code; then
|
if ! git diff --exit-code; then
|
||||||
if [[ $GITHUB_REF == refs/heads/main ]]; then
|
if [[ $GITHUB_REF == refs/heads/main ]]; then
|
||||||
|
@ -35,7 +35,6 @@ jobs:
|
||||||
fi
|
fi
|
||||||
env:
|
env:
|
||||||
GITHUB_REF: ${{ github.ref }}
|
GITHUB_REF: ${{ github.ref }}
|
||||||
shell: nix develop -c {0}
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
|
Loading…
Reference in a new issue