add configurable support for both raw and base64 uploads #150
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Changelogs | |
on: | |
pull_request: | |
branches: [main] | |
jobs: | |
lint: | |
permissions: | |
contents: read | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
show-progress: false | |
- uses: actions/setup-python@v4 | |
with: | |
python-version: '3.10' | |
- name: Requirements | |
run: pip install antsibull-changelog | |
- name: Lint Changelogs | |
run: antsibull-changelog lint |