Skip to content

update test package.json #23

update test package.json

update test package.json #23

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
macos-browser-test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: cd template && npm install && npx eslint ./src/**/*.js
windows-browser-test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: cd template && npm install && npx eslint ./src/**/*.js