Skip to content

Commit

Permalink
Use shared JavaScript check action
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Feb 5, 2024
1 parent 4d2dc69 commit 89b7fb1
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/check-project-std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,4 @@ on: push

jobs:
check-javascript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn install
- run: npm exec prettier -- --check "**/*.{js,json,yml}"
- run: npm exec eslint -- "**/*.js"
- run: npm exec tsc
uses: prx/.github/.github/workflows/check-project-std-javascript.yml@main

0 comments on commit 89b7fb1

Please sign in to comment.