diff options
| -rw-r--r-- | .github/workflows/ci.yml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5dd969c..c50105e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,11 +10,7 @@ jobs: format: runs-on: ubuntu-latest steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: ❄️ Install Nix - uses: DeterminateSystems/nix-installer-action@v16 - - - name: ❄️ Check formatting - run: nix fmt + - uses: actions/checkout@v4 + - uses: DeterminateSystems/nix-installer-action@v16 + - name: check formatting + run: nix develop --command treefmt |
