From 0bbbbee4bea820343063cc407e13ac31b7f40ef7 Mon Sep 17 00:00:00 2001 From: Peer_Rich Date: Tue, 17 Aug 2021 11:58:18 +0200 Subject: [PATCH] Revert "add linting to ci" --- .github/workflows/lint.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml deleted file mode 100644 index 5f718207..00000000 --- a/.github/workflows/lint.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Lint -on: [push] -jobs: - lint: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: Use Node.js 14.x - uses: actions/setup-node@v1 - with: - version: 14.x - - - name: Install deps - uses: bahmutov/npm-install@v1 - - - name: Lint - run: yarn lint