Skip to content

Merge pull request #30 from Libertai/aliel/fix-env-export #308

Merge pull request #30 from Libertai/aliel/fix-env-export

Merge pull request #30 from Libertai/aliel/fix-env-export #308

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint:check