Skip to content

Commit

Permalink
chore: lint multiple directories, #147
Browse files Browse the repository at this point in the history
  • Loading branch information
weaponsforge committed Sep 29, 2024
1 parent ed8f0d1 commit 6e76445
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@ on:
- dev

jobs:
lint-client:
uses: weaponsforge/reusables/.github/workflows/lint-node.yml@main
lint-apps:
name: Lint Client
uses: weaponsforge/reusables/.github/workflows/lint-node-multiple.yml@main
with:
node_version: v16.14.2
path: "./client"

lint-server:
uses: weaponsforge/reusables/.github/workflows/lint-node.yml@main
with:
node_version: v16.14.2
path: "./server"
paths: "['client', 'server']"

0 comments on commit 6e76445

Please sign in to comment.