Skip to content

Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 #20

Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1

Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 #20

Workflow file for this run

name: OSS Compliance
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
compliance:
name: Repository compliance
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v7
- name: Check open source readiness gates
shell: bash
run: |
set -euo pipefail
python3 .github/scripts/readme_audit.py . --fail-on warn
python3 .github/scripts/license_metadata_audit.py . --fail-on warn
python3 .github/scripts/workflow_audit.py . --fail-on blocker