Skip to content

Stop depending on openshift source and scan having the same name #735

Stop depending on openshift source and scan having the same name

Stop depending on openshift source and scan having the same name #735

Workflow file for this run

---
name: Lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run pre-commit
uses: pre-commit/action@v3.0.0