From d65acb57e6bdb48857f406badf36e7f6ca016c6e Mon Sep 17 00:00:00 2001 From: bcho892 Date: Sat, 23 Mar 2024 15:43:41 +1300 Subject: [PATCH] add files --- .github/workflows/prettier.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/prettier.yml diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml new file mode 100644 index 000000000..d7fe9a25e --- /dev/null +++ b/.github/workflows/prettier.yml @@ -0,0 +1,17 @@ +name: Run all tests +on: + pull_request: + push: + branches: + - master +jobs: + Run-Tests: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + + - name: Enable corepack + run: corepack enable + + - run: sudo yarn + - run: yarn prettier:ci