Skip to content

fix(runner): static dir path & no test behavior #59

fix(runner): static dir path & no test behavior

fix(runner): static dir path & no test behavior #59

Workflow file for this run

name: Lint
on:
push:
branches:
- main
paths:
- '**.ts'
- '**.mts'
- '**.cts'
- '**.js'
- '**.mjs'
- '**.cjs'
- '**.json'
- '.github/workflows/lint.yml'
pull_request:
branches:
- main
paths:
- '**.ts'
- '**.mts'
- '**.cts'
- '**.js'
- '**.mjs'
- '**.cjs'
- '**.json'
- '.github/workflows/lint.yml'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: '18'
- run: npm ci
- run: npm run lint