Skip to content

Commit ea5da21

Browse files
use shread configurations
1 parent 49686d1 commit ea5da21

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,4 @@ on: [push]
77

88
jobs:
99
test:
10-
runs-on: ubuntu-latest
11-
12-
steps:
13-
- uses: actions/checkout@v2
14-
- name: Use Node.js ${{ matrix.node-version }}
15-
uses: actions/setup-node@v2
16-
with:
17-
node-version: 16.x
18-
cache: 'yarn'
19-
- run: yarn install
20-
- name: Run Lint
21-
run: yarn lint
22-
- name: Run Format
23-
run: yarn format:check
24-
- name: Run Typecheck
25-
run: yarn typecheck
26-
- name: Run Tests
27-
run: yarn test:ci
10+
uses: cabify/javascript-actions/blob/main/.github/workflows/tests.yml@main

0 commit comments

Comments
 (0)