Skip to content

feat: lint dir & worflow to do so, UNTESTED #3

feat: lint dir & worflow to do so, UNTESTED

feat: lint dir & worflow to do so, UNTESTED #3

# 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