Skip to content

Rm redundant jQuery #19

Rm redundant jQuery

Rm redundant jQuery #19

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
name: Lint JavaScript
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12.x
- run: npm install standard
- run: npm test