mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
Delete linter.yml
This commit is contained in:
parent
6f89e1af29
commit
bd0fa9cc2e
1 changed files with 0 additions and 20 deletions
20
.github/workflows/linter.yml
vendored
20
.github/workflows/linter.yml
vendored
|
@ -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
|
||||
|
Loading…
Add table
Reference in a new issue