Skip to content

ci: update checkout action to v4 #192

ci: update checkout action to v4

ci: update checkout action to v4 #192

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