Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Jupyter Docker Stacks
Commits
025413bb
Commit
025413bb
authored
Oct 05, 2020
by
Ayaz Salikhov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run pre-commit hooks server side
parent
c47a268c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.github/workflows/docker.yml
.github/workflows/docker.yml
+2
-0
Makefile
Makefile
+2
-2
No files found.
.github/workflows/docker.yml
View file @
025413bb
...
@@ -43,6 +43,8 @@ jobs:
...
@@ -43,6 +43,8 @@ jobs:
make -C main dev-env lint-install
make -C main dev-env lint-install
-
name
:
Lint Dockerfiles
-
name
:
Lint Dockerfiles
run
:
make -C main lint-all
run
:
make -C main lint-all
-
name
:
Run pre-commit hooks
run
:
make -C main pre-commit-all
-
name
:
Build Docker Images
-
name
:
Build Docker Images
run
:
make -C main build-test-all
run
:
make -C main build-test-all
-
name
:
Run Post-Build Hooks
-
name
:
Run Post-Build Hooks
...
...
Makefile
View file @
025413bb
...
@@ -139,7 +139,7 @@ lint-install: ## install hadolint
...
@@ -139,7 +139,7 @@ lint-install: ## install hadolint
@
$(HADOLINT)
--version
@
$(HADOLINT)
--version
pre-commit-all
:
##
run pre-commit hook on all files
pre-commit-all
:
##
run pre-commit hook on all files
@
pre-commit run
--all
@
pre-commit run
--all
-files
pre-commit-install
:
##
set up the git hook scripts
pre-commit-install
:
##
set up the git hook scripts
@
pre-commit
--version
@
pre-commit
--version
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment