Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
ViaResto-website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aymeric Chaumont
ViaResto-website
Merge requests
!23
Extract stats
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Extract stats
extract-stats
into
main
Overview
0
Commits
12
Pipelines
12
Changes
1
Merged
Aymeric Chaumont
requested to merge
extract-stats
into
main
3 years ago
Overview
0
Commits
12
Pipelines
12
Changes
1
0
0
Merge request reports
Viewing commit
d7e4e6da
Prev
Next
Show latest version
1 file
+
0
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d7e4e6da
fix module eslint-plugin-react
· d7e4e6da
Antoine Gaudron-Desjardins
authored
3 years ago
.gitlab-ci.yml
+
2
−
0
View file @ 5a680ddc
Edit in single-file editor
Open in Web IDE
Show full file
@@ -75,6 +75,7 @@ install-npm-packages:
lint-back
:
stage
:
test
allow_failure
:
true
before_script
:
-
source venv/bin/activate
-
pip install pycodestyle
@@ -87,6 +88,7 @@ lint-back:
lint-front
:
image
:
node:14.6.0
stage
:
test
allow_failure
:
true
script
:
-
cd frontend/
-
npm run lint
Loading