Skip to content

Commit

Permalink
ci: remove npm based formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-scott-fischer committed Apr 1, 2024
1 parent d5ceeec commit be3dba4
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,3 @@ jobs:
uses: actions/checkout@v4

- run: nix flake check

check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Configure Node.js
uses: actions/setup-node@v4
with:
cache: npm
node-version: lts/*

- name: Install dependencies
run: npm ci

- name: Check code formatting
run: npm run format --workspaces

0 comments on commit be3dba4

Please sign in to comment.