waforth/.github/workflows/build.yml
2022-05-12 21:11:32 +02:00

17 lines
295 B
YAML

name: Build
on:
push:
pull_request:
workflow_dispatch:
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup
- run: yarnpkg build
- run: yarnpkg lint
- run: yarnpkg test --coverage