Skip to content

Commit

Permalink
Update autofix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-em authored Jun 16, 2024
1 parent 020a7bc commit f356a40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
sudo apt-get install pkg-config libgtk-3-dev libsoup2.4-dev libjavascriptcoregtk-4.0-dev libwebkit2gtk-4.0-dev
- run: rustup default ${{ env.rust_clippy }}

- run: |
touch ./proxyapi/src/ca/proxelar.cer
touch ./proxyapi/src/ca/proxelar.key
- run: cargo clippy --fix --workspace

Expand Down

0 comments on commit f356a40

Please sign in to comment.