From ed7fea0cb97ff5ab0b38489deb2ac7a9024017b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Tue, 23 Jan 2024 11:37:58 +0100 Subject: [PATCH] Remove failing and redundant Standard workflow --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 817f3a7..084eb65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,15 +22,3 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm install - run: npm test - - standard: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@main - - uses: actions/setup-node@main - with: - # don't use lts/* to prevent hitting rate-limit - node-version: 20.x - - run: npm install - - run: npm run standard