Skip to content

v9.0.0

v9.0.0 #70

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
style-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run lint-check
webext-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run webext-lint