mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-10-31 20:14:21 +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
|
||||
run: |
|
||||
go generate ./...
|
||||
nix develop -c go generate ./...
|
||||
|
||||
if ! git diff --exit-code; then
|
||||
if [[ $GITHUB_REF == refs/heads/main ]]; then
|
||||
|
@ -35,7 +35,6 @@ jobs:
|
|||
fi
|
||||
env:
|
||||
GITHUB_REF: ${{ github.ref }}
|
||||
shell: nix develop -c {0}
|
||||
|
||||
build:
|
||||
name: Build
|
||||
|
|
Loading…
Reference in a new issue