From ef20075d9bfbf3a37cfc6bfd301d8bd9ae11ea79 Mon Sep 17 00:00:00 2001 From: Nolan Gregory <65730528+nulzo@users.noreply.github.com> Date: Thu, 26 Oct 2023 23:58:37 -0500 Subject: [PATCH] Fixes to linting workflow --- .github/workflows/frontend.yml | 1 + frontend-ts/.prettierignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 frontend-ts/.prettierignore diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index bf6ee24..eb4d1de 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -31,4 +31,5 @@ jobs: uses: actions/checkout@v3 - working-directory: ./frontend-ts run: | + npm install make test diff --git a/frontend-ts/.prettierignore b/frontend-ts/.prettierignore new file mode 100644 index 0000000..5963433 --- /dev/null +++ b/frontend-ts/.prettierignore @@ -0,0 +1,2 @@ +# Ignore useless json formatting +**/*.json