Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rabbitmq_agents
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
8
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
rabbitmq_agents
Commits
62552999
Commit
62552999
authored
3 years ago
by
Bo-Chun Chen
Browse files
Options
Downloads
Patches
Plain Diff
Add black to github action
parent
3cb2e1f8
No related branches found
Branches containing commit
No related tags found
2 merge requests
!131
WIP: Fix linting
,
!125
Update CI config
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/linting.yaml
+3
-1
3 additions, 1 deletion
.github/workflows/linting.yaml
with
3 additions
and
1 deletion
.github/workflows/linting.yaml
+
3
−
1
View file @
62552999
...
@@ -19,7 +19,9 @@ jobs:
...
@@ -19,7 +19,9 @@ jobs:
architecture
:
'
x64'
architecture
:
'
x64'
-
name
:
find trailing whitespace
-
name
:
find trailing whitespace
uses
:
harupy/find-trailing-whitespace@master
uses
:
harupy/find-trailing-whitespace@master
-
name
:
Install dependencies
-
name
:
Run black
uses
:
psf/black@stable
-
name
:
Install flake8
run
:
|
run
:
|
python -m pip install --upgrade pip
python -m pip install --upgrade pip
pip install flake8
pip install flake8
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment