Skip to content

Commit

Permalink
Merge pull request #61 from Peiyang-Song/main
Browse files Browse the repository at this point in the history
Minor fix to remove CI node warning
  • Loading branch information
Peiyang-Song authored Jul 8, 2024
2 parents 5054223 + 23faf47 commit 00c3fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
format-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --diff"
Expand Down

0 comments on commit 00c3fb9

Please sign in to comment.