Skip to content

test: lint workflow job name #7

test: lint workflow job name

test: lint workflow job name #7

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