Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
e644f6ed
Commit
e644f6ed
authored
Nov 14, 2021
by
Bjorn Neergaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: remove no-op code-quality.yaml workflow
parent
4e41cb28
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
25 deletions
+0
-25
.github/workflows/code-quality.yaml
+0
-19
.github/workflows/skip.yml
+0
-6
No files found.
.github/workflows/code-quality.yaml
deleted
100644 → 0
View file @
4e41cb28
name
:
Code Quality
on
:
pull_request
:
paths-ignore
:
-
'
docs/**'
-
'
.cirrus.yml'
push
:
branches
:
[
master
]
paths-ignore
:
-
'
docs/**'
-
'
.cirrus.yml'
jobs
:
pre-commit
:
name
:
Linting
runs-on
:
ubuntu-latest
steps
:
-
run
:
exit 0
.github/workflows/skip.yml
View file @
e644f6ed
...
@@ -19,12 +19,6 @@ on:
...
@@ -19,12 +19,6 @@ on:
-
'
**'
-
'
**'
jobs
:
jobs
:
pre-commit
:
name
:
Linting
runs-on
:
ubuntu-latest
steps
:
-
run
:
exit 0
tests
:
tests
:
name
:
${{ matrix.os }} / ${{ matrix.python-version }}
name
:
${{ matrix.os }} / ${{ matrix.python-version }}
# we do not need os specific runners here, using linux is quicker
# we do not need os specific runners here, using linux is quicker
...
...
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