Delete linter.yml

This commit is contained in:
Dave 2023-05-23 18:07:39 +01:00 committed by GitHub
parent 6f89e1af29
commit bd0fa9cc2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,20 +0,0 @@
name: Lint Code Base
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm install
- run: npm run lint-ci