Skip to content

Commit

Permalink
#3 github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thavlik committed Mar 7, 2024
1 parent 8135f36 commit 49c80ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
Check-Formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update && sudo apt-get install -y rustfmt
- run: ls -al $GITHUB_WORKSPACE
- run: cd $GITHUB_WORKSPACE && find .
Expand Down

0 comments on commit 49c80ce

Please sign in to comment.