Skip to content

Add newFile command (#159) #3

Add newFile command (#159)

Add newFile command (#159) #3

Workflow file for this run

name: Lint
on: push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run lint
name: Lint Extension
- run: npm run lint
name: Lint Webview
working-directory: webview