Skip to content

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

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

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

Workflow file for this run

name: FormatCheck
on: push
jobs:
format-check:
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 format:check