Remove linting stage from pipeline
This commit is contained in:
parent
42deddf830
commit
80434abaca
@ -20,15 +20,6 @@ steps:
|
|||||||
when:
|
when:
|
||||||
event: [push, pull_request]
|
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
|
# Build application
|
||||||
- name: build
|
- name: build
|
||||||
image: node:18-alpine
|
image: node:18-alpine
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user