From 64ea3a3756b9f853dc0838fa909e7b52c00975ca Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Sat, 27 Feb 2021 00:34:12 +0100 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a68e9df..11262e1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,6 @@ jobs: - run: npm ci - name: Making sure 'npm run lint' and 'npm run format' does not changes anything. run: | - sleep 15 npm run lint:check npm run format:check test_node: