Skip to content

Block www using *, Add context menu to block entire website #48

Block www using *, Add context menu to block entire website

Block www using *, Add context menu to block entire website #48

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build