mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-19 04:18:32 +00:00
ci(style): lint
This commit is contained in:
parent
bf8210ae9b
commit
8d3c162015
1 changed files with 11 additions and 1 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -5,6 +5,16 @@ on:
|
|||
branches:
|
||||
- '*'
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-18.04
|
||||
name: Lint
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12'
|
||||
- run: yarn
|
||||
- run: yarn lint
|
||||
build:
|
||||
runs-on: ubuntu-18.04
|
||||
name: Test
|
||||
|
|
@ -14,4 +24,4 @@ jobs:
|
|||
with:
|
||||
node-version: '12'
|
||||
- run: yarn
|
||||
- run: yarn test
|
||||
- run: yarn test
|
||||
|
|
|
|||
Loading…
Reference in a new issue