Skip to content

Commit

Permalink
missed this
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Dec 1, 2023
1 parent 185856c commit dd82a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: nixfmt
run: "cd wlmac-scavenger && nix develop --command nixfmt flake.nix"
run: "nix develop --command nixfmt flake.nix"
- name: black
run: "cd wlmac-scavenger && nix develop --command black --safe ."
run: "nix develop --command black --safe ."
- name: commit and push
run: |
if git diff --exit-code; then
Expand Down

0 comments on commit dd82a40

Please sign in to comment.