From c01f74f7dca13225480aec5f06698f033f34a1b2 Mon Sep 17 00:00:00 2001 From: Mark Vogelgesang Date: Sat, 2 Oct 2021 14:43:53 -0400 Subject: [PATCH] #99 tried using more straightforward command --- .github/workflows/prettier.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index b017084..efb71b2 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -28,6 +28,8 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Prettify code - uses: creyD/prettier_action@v4.0 - with: - github_token: ${{ secrets.PAT-USWDS-SF-LIGHTNING-COMMUNITY }} + - uses: actions/setup-node@v2 + with: + node-version: '16' + - run: npm i + - run: npx prettier --check .