Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdoherty4 committed Nov 18, 2022
1 parent 1c0d566 commit 527294f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
- name: Fetch Nix Packages
run: nix-shell --run 'true'

- name: Install gofumpt for ci-checks.sh
run: make bin/gofumpt

- run: PATH=$PWD/bin/:$PATH ./ci-checks.sh
crosscompile:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 527294f

Please sign in to comment.