Skip to content

Commit

Permalink
Use windows when linting backend
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Dec 15, 2023
1 parent 699da05 commit 1faf2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
path: build/bin/*

lint-backend:
runs-on: ubuntu-latest
runs-on: windows-latest # TODO: golangci-lint only lints the files for the current OS, so we need to run it on both
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 1faf2a1

Please sign in to comment.