Files
issues-helper/.github/workflows/ci.yml
2021-01-26 15:40:09 +08:00

23 lines
363 B
YAML

name: ci
on: [push, pull_request]
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@main
- name: install
run: yarn install
- name: format
run: yarn format-check
- name: package
run: yarn package
- name: package
run: yarn docs:build