We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49686d1 commit ea5da21Copy full SHA for ea5da21
1 file changed
.github/workflows/tests.yml
@@ -7,21 +7,4 @@ on: [push]
7
8
jobs:
9
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
+ uses: cabify/javascript-actions/blob/main/.github/workflows/tests.yml@main
0 commit comments