From 89b7fb1881ce4adbd0df12415f5bb133a5235026 Mon Sep 17 00:00:00 2001 From: Chris Kalafarski Date: Mon, 5 Feb 2024 16:22:23 -0500 Subject: [PATCH] Use shared JavaScript check action --- .github/workflows/check-project-std.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/check-project-std.yml b/.github/workflows/check-project-std.yml index aa84614..63be7cb 100644 --- a/.github/workflows/check-project-std.yml +++ b/.github/workflows/check-project-std.yml @@ -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