Skip to content
Snippets Groups Projects
Unverified Commit 21c2ad5e authored by Michal Stanke's avatar Michal Stanke
Browse files

test: migrate from Travis CI to GitHub Actions

parent 2cae113c
No related branches found
No related tags found
No related merge requests found
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 .
---
sudo: required
language: python
python: "2.7"
install:
- pip install ansible-lint
script: ansible-lint -x ANSIBLE0010 -x 602 .
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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment