Skip to content

Commit

Permalink
chore: add linting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-Karia committed Nov 24, 2024
1 parent 79c80eb commit bb365a5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Linter

on: [push, pull_request]

jobs:
lint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Install dependencies
run: pnpm install

- name: Lint
run: pnpm lint

0 comments on commit bb365a5

Please sign in to comment.