Skip to content

[Do not merge] Export purposes only #640

[Do not merge] Export purposes only

[Do not merge] Export purposes only #640

Workflow file for this run

name: Lint code
on:
push:
branches:
- master
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install --only=dev
- uses: pre-commit/[email protected]