Skip to content

Commit

Permalink
reenable rustfmt check on push and PR now that #1434 is closed
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Nov 27, 2023
1 parent 7efc6f5 commit 2628ebd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Rustfmt

on:
# push:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:

env:
Expand Down

0 comments on commit 2628ebd

Please sign in to comment.