1
0
Fork 0
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:
diamondburned 2024-10-13 22:07:20 -07:00
parent 8c46c5bab3
commit e198c6e8f2
No known key found for this signature in database
GPG key ID: D78C4471CE776659

View file

@ -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