Skip to content

Limit hsts to known https connections #104

Limit hsts to known https connections

Limit hsts to known https connections #104

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
ansible:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: "3.9"
cache: pip
cache-dependency-path: dev-requirements.txt
- name: Cache galaxy packages
uses: actions/cache@v2
with:
path: |
galaxy_roles
galaxy_collections
key: galaxy-${{ runner.os }}-py3.9-${{ hashFiles('galaxy-requirements.yml') }}
- name: Install dependencies
run: ./scripts/setup.sh
- name: Run linters
run: ./scripts/lint.sh