mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
github.py2-compat: Only use astparse tool in workflow check
This commit is contained in:
parent
5e6ad67b5b
commit
e03a02c20a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- name: Check format
|
||||
run: nix-shell --run 'git ls-files | grep -Pv "^tools" | grep -P "\.py$" | xargs py2-astparse'
|
||||
run: nix-shell --arg packages 'pkgs: [ pkgs.p2nix-tools.py2-astparse ]' --run 'git ls-files | grep -Pv "^tools" | grep -P "\.py$" | xargs py2-astparse'
|
||||
|
||||
black-fmt:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue