mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-07 19:08:35 +03:00
edited github workflow file
This commit is contained in:
8
.github/workflows/lint.yml
vendored
8
.github/workflows/lint.yml
vendored
@@ -7,8 +7,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Run isort
|
||||
- uses: actions/checkout@v3
|
||||
- uses: isort/isort-action@v1
|
||||
uses: actions/checkout@v3
|
||||
uses: isort/isort-action@v1
|
||||
- name: Run black
|
||||
- uses: actions/checkout@v3
|
||||
- uses: psf/black@stable
|
||||
uses: actions/checkout@v3
|
||||
uses: psf/black@stable
|
||||
Reference in New Issue
Block a user