From 0e58606c50f96454b8244c9998cde44f85d6d58f Mon Sep 17 00:00:00 2001 From: zombieFox Date: Fri, 14 Jun 2024 10:56:20 +0100 Subject: [PATCH] remove workflow --- .github/workflows/pull-request-tests.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/pull-request-tests.yml diff --git a/.github/workflows/pull-request-tests.yml b/.github/workflows/pull-request-tests.yml deleted file mode 100644 index fb3ac6b6..00000000 --- a/.github/workflows/pull-request-tests.yml +++ /dev/null @@ -1,19 +0,0 @@ -# name: Run tests -# -# on: [push, pull_request] -# -# jobs: -# build-and-deploy: -# runs-on: ubuntu-latest -# steps: -# - name: Checkout -# - uses: actions/checkout@v2 -# - name: Install Dependecies & Test -# - uses: actions/setup-node@v2 -# with: -# node-version: '12' # TODO IDK what version nighttab is built with normally. -# cache: 'npm' -# - run: | -# npm install -# npm run lint -# npm test