Remove linting stage from pipeline
This commit is contained in:
parent
42deddf830
commit
80434abaca
@ -20,15 +20,6 @@ steps:
|
||||
when:
|
||||
event: [push, pull_request]
|
||||
|
||||
# Run linting
|
||||
- name: lint
|
||||
image: node:18-alpine
|
||||
commands:
|
||||
- echo "📏 Linting code..."
|
||||
- npm run lint
|
||||
when:
|
||||
event: [push, pull_request]
|
||||
|
||||
# Build application
|
||||
- name: build
|
||||
image: node:18-alpine
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user