Removing bslint github workflow

Linting is already run as part of CI
This commit is contained in:
Neil Burrows 2021-06-26 14:56:58 +01:00
parent 6d757653da
commit 213c245ed2

View File

@ -1,13 +0,0 @@
name: linter
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "14.12.0"
- run: npm ci
- run: npx bslint