From 85122d1a0b782a271219fa5e151fc5353ce825b0 Mon Sep 17 00:00:00 2001 From: sealer3 <125761775+sealer3@users.noreply.github.com> Date: Sat, 2 Dec 2023 04:49:31 +0000 Subject: [PATCH] Add building to the workflow --- .github/workflows/{prettier.yml => build-and-prettier.yml} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename .github/workflows/{prettier.yml => build-and-prettier.yml} (85%) diff --git a/.github/workflows/prettier.yml b/.github/workflows/build-and-prettier.yml similarity index 85% rename from .github/workflows/prettier.yml rename to .github/workflows/build-and-prettier.yml index e521b939c..29ba63f3d 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/build-and-prettier.yml @@ -1,4 +1,4 @@ -name: Prettier +name: Build and Prettier on: pull_request: types: [opened, synchronize] @@ -23,3 +23,5 @@ jobs: run: npm ci - name: Run prettier run: npx prettier -c . + - name: Build Otterscan + run: npm run build