Skip to content

Commit 138aab2

Browse files
committed
style: Apply linting rules
1 parent 37067d7 commit 138aab2

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/test.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
name: Test
1+
name: Test
22

33
on:
4-
push:
4+
push:
55

66
jobs:
7-
test:
8-
runs-on: ubuntu-latest
9-
strategy:
10-
matrix:
11-
version: [14, 16, 18, 20, 22, "latest"]
12-
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-node@v4
15-
with:
16-
node-version: ${{ matrix.version }}
17-
- run: npm ci
18-
- run: npm test
19-
env:
20-
IPINFO_TOKEN: ${{ secrets.IPINFO_TOKEN }}
7+
test:
8+
runs-on: ubuntu-latest
9+
strategy:
10+
matrix:
11+
version: [14, 16, 18, 20, 22, "latest"]
12+
steps:
13+
- uses: actions/checkout@v3
14+
- uses: actions/setup-node@v4
15+
with:
16+
node-version: ${{ matrix.version }}
17+
- run: npm ci
18+
- run: npm test
19+
env:
20+
IPINFO_TOKEN: ${{ secrets.IPINFO_TOKEN }}

0 commit comments

Comments
 (0)