mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 20:43:41 +01:00
Merge pull request #4970 from wisp3rwind/fix_ci_config
fix formatting_check CI config
This commit is contained in:
commit
8733ea9bf1
1 changed files with 4 additions and 2 deletions
6
.github/workflows/formatting_check.yml
vendored
6
.github/workflows/formatting_check.yml
vendored
|
|
@ -6,7 +6,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
- uses: actions/checkout@v3
|
||||
- uses: paolorechia/pox@v1.0.1
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run formatting check
|
||||
uses: paolorechia/pox@v1.0.1
|
||||
with:
|
||||
tox_env: "format_check"
|
||||
|
|
|
|||
Loading…
Reference in a new issue