Skip to content

Red Hat Konflux update turnpike-nginx #38

Red Hat Konflux update turnpike-nginx

Red Hat Konflux update turnpike-nginx #38

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: Install Pipenv
run: pip install pipenv
- name: Run Pre-Commit
uses: pre-commit/[email protected]