Skip to content

Merge branch 'main' into epic/v3 #4

Merge branch 'main' into epic/v3

Merge branch 'main' into epic/v3 #4

# Do not let built-in-place files be comitted to `main` branch
name: Lint
on: [push]
# on:
# push:
# branches:
# - main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint (Directories)
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm run lint:dirs