Skip to content

fix: remove branch requirement #202

fix: remove branch requirement

fix: remove branch requirement #202

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: AwesomeHamster/actions-test@master
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
with:
install-peer: >
koishi
koishi-plugin-puppeteer
test: |
yarn lint
yarn test