Skip to content

Merge pull request #9 from ObolNetwork/v1.1.1 #10

Merge pull request #9 from ObolNetwork/v1.1.1

Merge pull request #9 from ObolNetwork/v1.1.1 #10

Workflow file for this run

name: ansible-lint
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run ansible-lint
uses: ansible/ansible-lint-action@v6