Skip to content

Add support for inherit_defer directive, fix text after variable expansion in string, add tests #39

Add support for inherit_defer directive, fix text after variable expansion in string, add tests

Add support for inherit_defer directive, fix text after variable expansion in string, add tests #39

Workflow file for this run

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