Skip to content

Commit

Permalink
Just chain to lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed May 2, 2024
1 parent a2a3a6b commit 6ea880a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/check-project-std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@ on:

jobs:
check-javascript:
uses: prx/.github/.github/workflows/check-project-std-javascript.yml@main
# uses: prx/.github/.github/workflows/check-project-std-javascript.yml@main
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn && yarn lint

0 comments on commit 6ea880a

Please sign in to comment.