From 2f3170442330a7877c7a57f63a7dbcd9b451370e Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Wed, 12 Jan 2022 13:26:19 -0500 Subject: ci: remove dependence between test and lint jobs (#108) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14bba905..82d98cb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,6 @@ jobs: test: runs-on: ubuntu-latest name: 'Testing' - needs: lint steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 -- cgit v1.2.3