Improve CI

This commit is contained in:
syuilo 2021-10-28 01:16:13 +09:00
parent 21ece52a9f
commit d35b02fa23
3 changed files with 60 additions and 10 deletions

21
.github/workflows/lint.yml vendored Normal file
View file

@ -0,0 +1,21 @@
name: Lint
on:
push:
branches:
- master
- develop
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-node@v1
with:
node-version: 12.x
- run: yarn install
- run: yarn lint