Skip to content

fix: do not peek beyond comments if indent, dedent, or newline aren't valid #38

fix: do not peek beyond comments if indent, dedent, or newline aren't valid

fix: do not peek beyond comments if indent, dedent, or newline aren't valid #38

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- "**"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint