Skip to content

Commit 844bbe3

Browse files
committed
chore: update ci
1 parent 3d4cf5c commit 844bbe3

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

.github/workflows/ja.yaml

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,18 @@
1-
name: Lint
1+
name: textlint
22

33
on: [push]
44

5-
defaults:
6-
run:
7-
shell: bash
8-
95
jobs:
106
textlint:
117

128
runs-on: ubuntu-latest
139

14-
strategy:
15-
matrix:
16-
node-version: [12.x]
17-
1810
steps:
19-
- uses: actions/checkout@v1
20-
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v1
11+
- uses: actions/checkout@v2
12+
- uses: actions/setup-node@v2
2213
with:
23-
node-version: ${{ matrix.node-version }}
24-
- name: Lint
25-
run: |
26-
yarn
27-
yarn lint
28-
env:
29-
CI: true
14+
node-version: '14'
15+
- name: Install deps
16+
run: yarn
17+
- name: Run textlint
18+
run: yarn lint

0 commit comments

Comments
 (0)