Revert "add linting to ci"

This commit is contained in:
Peer_Rich 2021-08-17 11:58:18 +02:00 committed by GitHub
parent 5d700779fe
commit 0bbbbee4be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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