Skip to content

Bump ansible-core from 2.15.8 to 2.15.9 #20

Bump ansible-core from 2.15.8 to 2.15.9

Bump ansible-core from 2.15.8 to 2.15.9 #20

Workflow file for this run

---
name: lint
on:
pull_request:
branches:
- master
defaults:
run:
working-directory: "nephelaiio.acme_certificate_cloudflare"
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Check out the codebase
uses: actions/checkout@v3
with:
path: "nephelaiio.acme_certificate_cloudflare"
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Update ubuntu repositories
run: sudo apt-get update
- name: Install make
run: sudo apt-get install -y make
- name: Lint code
run: make lint