fix(tooling): fix workflow steps ordering
All checks were successful
/ all (push) Successful in 8s

This commit is contained in:
Julien Dessaux 2025-03-16 23:32:17 +01:00
parent 0e96b3a37f
commit 5fd3dc0a53
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -16,12 +16,14 @@ jobs:
- name: 'fmt'
run: |
make tidy no-dirty
- name: 'check'
run: |
make check no-dirty
- name: 'build'
run: |
make build
# we need the build step done before the go checks can run because we need
# the index.html file generated by the hugo build
- name: 'check'
run: |
make check no-dirty
- name: 'deploy'
run: |
umask 077