Skip to content

Commit

Permalink
Bump checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
noahpistilli authored Jun 29, 2024
1 parent d7d39cd commit 867bc4b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ name: Code formatting check
on: [push, pull_request]

jobs:
black:
runs-on: ubuntu-20.04
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Python
uses: actions/setup-python@v2
- name: Run black
uses: psf/black@stable
- uses: actions/checkout@v3
- uses: psf/black@stable

0 comments on commit 867bc4b

Please sign in to comment.