Files
issues-helper/.github/workflows/ci.yml
2020-12-23 15:11:08 +08:00

17 lines
254 B
YAML

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