Skip to content

Merge pull request #9 from metno/ubuntu2404 #71

Merge pull request #9 from metno/ubuntu2404

Merge pull request #9 from metno/ubuntu2404 #71

Workflow file for this run

name: Ansible Lint
on: [push, pull_request] # noqa yaml[truthy]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@main