Skip to content

Merge pull request #284 from FrankFeng1116/feature/issue-template #1

Merge pull request #284 from FrankFeng1116/feature/issue-template

Merge pull request #284 from FrankFeng1116/feature/issue-template #1

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: yarn build
- run: yarn test
- run: yarn make-badges