Skip to content

Bump docker/setup-buildx-action from 2 to 3 #103

Bump docker/setup-buildx-action from 2 to 3

Bump docker/setup-buildx-action from 2 to 3 #103

Workflow file for this run

---
name: Changelogs
on:
pull_request:
branches: [main]
jobs:
lint:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Requirements
run: pip install antsibull-changelog
- name: Lint Changelogs
run: antsibull-changelog lint