vscodetestcover/.github/workflows/ci.yml

22 строки
340 B
YAML

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
yarn --frozen-lockfile
yarn compile
name: Compile
- run: |
yarn lint
name: Lint