mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
github.nixpkgs-fmt: Only use nixpkgs-fmt in workflow check
This commit is contained in:
parent
e03a02c20a
commit
6050e255ea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- name: Check format
|
||||
run: ./check-fmt
|
||||
run: nix-shell --arg packages 'pkgs: [ pkgs.nixpkgs-fmt ]' --run 'nixpkgs-fmt --check .'
|
||||
|
||||
py2-compat:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue