From 85655c296c8e139b953bc70ccf80450e5c0defe8 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Sat, 16 May 2020 13:22:47 +0200 Subject: [PATCH] Remove test actions --- .github/workflows/checkrun.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/checkrun.yml diff --git a/.github/workflows/checkrun.yml b/.github/workflows/checkrun.yml deleted file mode 100644 index 6a7dda897..000000000 --- a/.github/workflows/checkrun.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Publish - -on: - push - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: actions/setup-node@v1 - with: - node-version: 10 - - run: npm i - - run: npm run build - - run: npm test