Skip to content

Commit

Permalink
Fix step order
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiharju committed Feb 23, 2025
1 parent a8c559f commit f7c9e71
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Build
# Has to be first to avoid temporary files
- name: EditorConfig
uses: anttiharju/actions/run-editorconfig@v0

- if: always()
name: Build
uses: anttiharju/actions/build-go@v0
with:
cache: false # Suppress warning about a 'missing' go.sum
Expand All @@ -45,7 +50,3 @@ jobs:
- if: always()
name: Prettier
uses: anttiharju/actions/run-prettier@v0

- if: always()
name: EditorConfig
uses: anttiharju/actions/run-editorconfig@v0

0 comments on commit f7c9e71

Please sign in to comment.