Skip to content

feat: Add lint workflow #1

feat: Add lint workflow

feat: Add lint workflow #1

Workflow file for this run

name: Lint
on: ["push"]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install dependencies
uses: bahmutov/[email protected]
- name: Lint code
run: npm run lint