Removing bslint github workflow
Linting is already run as part of CI
This commit is contained in:
parent
6d757653da
commit
213c245ed2
13
.github/workflows/bslint.yml
vendored
13
.github/workflows/bslint.yml
vendored
|
@ -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
|
Loading…
Reference in New Issue
Block a user