Skip to content

☕ Use instant-mocha instead of mochapack #1

☕ Use instant-mocha instead of mochapack

☕ Use instant-mocha instead of mochapack #1

Workflow file for this run

name: Lint
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/build
- name: Lint
run: npm run lint