Skip to content

Added linter for checking codestyle violations #1

Added linter for checking codestyle violations

Added linter for checking codestyle violations #1

Workflow file for this run

name: Run Linter

Check failure on line 1 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

(Line: 18, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'npm install'
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Dependencies
uses: npm install
- name: Run Linter
run: npm run lint