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