Skip to content

Commit

Permalink
Fix indentation again
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Sep 9, 2024
1 parent b15d677 commit ba4b5ef
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@ jobs:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22.5.1
uses: actions/setup-node@v4
with:
node-version: 22.5.1
- name: Install dependencies
run: npm install
run: npm install

- name: Formatting
run: npm run format:check
run: npm run format:check

- name: Linting
run: npm run lint
run: npm run lint

- name: Build
run: npm run build
run: npm run build

- name: Unit tests
run: npm run test
run: npm run test

docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ba4b5ef

Please sign in to comment.