Skip to content

[RHCLOUD-37709] bump base image ubi9/ubi-minimal to the latest version #341

[RHCLOUD-37709] bump base image ubi9/ubi-minimal to the latest version

[RHCLOUD-37709] bump base image ubi9/ubi-minimal to the latest version #341

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]