Skip to content

Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.5-1738816775 #368

Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.5-1738816775

Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.5-1738816775 #368

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Run Pre-Commit
uses: pre-commit/[email protected]