Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
36dbccee
Unverified
Commit
36dbccee
authored
Sep 16, 2022
by
Hongzhi (Steve), Chen
Committed by
GitHub
Sep 16, 2022
Browse files
Delete pylint.yml
parent
d0b04f7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
+0
-23
.github/workflows/pylint.yml
.github/workflows/pylint.yml
+0
-23
No files found.
.github/workflows/pylint.yml
deleted
100644 → 0
View file @
d0b04f7e
name
:
Pylint
on
:
[
push
]
jobs
:
build
:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
python-version
:
[
"
3.8"
,
"
3.9"
,
"
3.10"
]
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v3
with
:
python-version
:
${{ matrix.python-version }}
-
name
:
Install dependencies
run
:
|
python -m pip install --upgrade pip
pip install pylint
-
name
:
Analysing the code with pylint
run
:
|
pylint $(git diff --name-only origin/HEAD)
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