From db217f5533acd8364287b6301d0edd3d6a423a32 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Tue, 28 Jun 2022 10:18:08 -0500 Subject: [PATCH] build: delete test.yml, change .prettierignore --- .github/workflows/test.yml | 29 ----------------------------- .prettierignore | 3 ++- 2 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 49ad290..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Test - -on: - push: - branches: - - main - pull_request: - branches: - - main - -jobs: - run-tests: - name: Run Tests - runs-on: ubuntu-latest - - steps: - - name: Check out Git repository - uses: actions/checkout@v2 - - - name: Set up Node.js - uses: actions/setup-node@v1 - with: - node-version: 17 - - - name: Install Node.js dependencies - run: npm ci - - - name: Run tests - run: npm test diff --git a/.prettierignore b/.prettierignore index 42061c0..a8862f3 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1 +1,2 @@ -README.md \ No newline at end of file +.github/ +*.md \ No newline at end of file