Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pretalx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSI Ansible
pretalx
Commits
21c2ad5e
Unverified
Commit
21c2ad5e
authored
2 years ago
by
Michal Stanke
Browse files
Options
Downloads
Patches
Plain Diff
test: migrate from Travis CI to GitHub Actions
parent
2cae113c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/lint.yml
+30
-0
30 additions, 0 deletions
.github/workflows/lint.yml
.travis.yml
+0
-7
0 additions, 7 deletions
.travis.yml
README.rst
+2
-2
2 additions, 2 deletions
README.rst
with
32 additions
and
9 deletions
.github/workflows/lint.yml
0 → 100644
+
30
−
0
View file @
21c2ad5e
name
:
Lint
on
:
push
:
branches
:
-
master
pull_request
:
workflow_dispatch
:
# allows to be run manually
jobs
:
lint
:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
python-version
:
-
2.7
-
3.8
-
3.9
-
3.10
-
3.11
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v4
with
:
python-version
:
${{ matrix.python-version }}
-
name
:
Install ansible-lint
run
:
pip install --user ansible-lint
-
name
:
Run ansible-lint
run
:
ansible-lint -x ANSIBLE0010 -x 602 .
This diff is collapsed.
Click to expand it.
.travis.yml
deleted
100644 → 0
+
0
−
7
View file @
2cae113c
---
sudo
:
required
language
:
python
python
:
"
2.7"
install
:
-
pip install ansible-lint
script
:
ansible-lint -x ANSIBLE0010 -x 602 .
This diff is collapsed.
Click to expand it.
README.rst
+
2
−
2
View file @
21c2ad5e
ansible-pretalx
ansible-pretalx
===============
===============
.. image:: https://
travis-ci.org
/pretalx/ansible-pretalx
.svg?branch=master
.. image:: https://
github.com
/pretalx/ansible-pretalx
/actions/workflows/lint.yml/badge.svg
:target: https://
travis-ci.org
/pretalx/ansible-pretalx
:target: https://
github.com
/pretalx/ansible-pretalx
/actions/workflows/lint.yml
`ansible-pretalx` is an ansible role to install pretalx_ in a production environment.
`ansible-pretalx` is an ansible role to install pretalx_ in a production environment.
...
...
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