Skip to content

chore(deps): bump ansible-core from 2.15.3 to 2.15.4 (#362) #259

chore(deps): bump ansible-core from 2.15.3 to 2.15.4 (#362)

chore(deps): bump ansible-core from 2.15.3 to 2.15.4 (#362) #259

Workflow file for this run

---
name: "CI"
on:
pull_request:
push:
branches:
- master
paths-ignore:
- '**/README.md'
jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
needs: [lint]