Skip to content

WIP: Try Automating Code Linting #1

WIP: Try Automating Code Linting

WIP: Try Automating Code Linting #1

Workflow file for this run

name: Lint Code
on: push
jobs:
runs-on: ubuntu-latest

Check failure on line 4 in .github/workflows/lint-code.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint-code.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
timeout-minutes: 10
steps:
- uses: actions/checkout@4
- uses: actions/setup-node@4
with:
node-version: 18
cache: "npm"
- name: "Install Dependencies"
run: npm ci
- name: "Lint Everything (split this out?)"
run: npm run lint