Skip to content

Commit

Permalink
chore: Run Prettier on .github/workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PartMan7 authored Oct 31, 2024
1 parent fefe55d commit 99c5708
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: Node.js CI

on:
push:
branches: [ main ]
branches: [main]
paths-ignore:
- 'LICENSE'
- 'README.md'
- 'CHANGELOG.md'
- 'LICENSE'
- 'README.md'
- 'CHANGELOG.md'
pull_request:
branches: [ main ]
branches: [main]
paths-ignore:
- 'LICENSE'
- 'README.md'
- 'CHANGELOG.md'
- 'LICENSE'
- 'README.md'
- 'CHANGELOG.md'

jobs:
test:
Expand All @@ -24,12 +24,12 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
env:
PASSWORD: ${{ secrets.PASSWORD }}
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
env:
PASSWORD: ${{ secrets.PASSWORD }}

0 comments on commit 99c5708

Please sign in to comment.