Skip to content

Bump jinja2 from 2.11.3 to 3.1.4 #204

Bump jinja2 from 2.11.3 to 3.1.4

Bump jinja2 from 2.11.3 to 3.1.4 #204

Workflow file for this run

name: ansible-lint-agorakube
on:
pull_request:
branches:
- master
- develop
jobs:
ansible_lint:
runs-on: ubuntu-latest
name: A job to lint Ansible Playbooks and roles for Agorakube
steps:
- name: Checkout
uses: actions/checkout@v1
- name: test ansible lint
uses: ./actions/ansible-lint