Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
documento-printserver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Documento
documento-printserver
Merge requests
!15
Setup debian package
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Setup debian package
debian
into
master
Overview
0
Commits
4
Pipelines
2
Changes
13
Merged
Jonathan Weth
requested to merge
debian
into
master
4 years ago
Overview
0
Commits
4
Pipelines
2
Changes
13
Expand
Close
#3 (closed)
Close
#5 (closed)
Edited
4 years ago
by
Jonathan Weth
0
0
Merge request reports
Compare
master
version 1
04f15b64
4 years ago
master (base)
and
latest version
latest version
40c5c24f
4 commits,
4 years ago
version 1
04f15b64
3 commits,
4 years ago
13 files
+
104
−
55
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
.github/workflows/lint.yml deleted
100644 → 0
+
0
−
24
Options
name
:
Lint
on
:
push
:
jobs
:
lint
:
name
:
Run lint
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout code
uses
:
actions/checkout@v2
with
:
ref
:
${{ github.head_ref }}
-
uses
:
actions/setup-python@v2
with
:
python-version
:
3.9
-
name
:
Install poetry
uses
:
abatilo/actions-poetry@v2.0.0
-
name
:
Install dependencies
run
:
pip install tox
-
name
:
Lint
run
:
tox -e lint,security
Loading