Skip to content

⬆ Bump actions/setup-python from 4 to 5 #37

⬆ Bump actions/setup-python from 4 to 5

⬆ Bump actions/setup-python from 4 to 5 #37

Workflow file for this run

name: Continuos Integration
on:
pull_request:
branches: [ master ]
paths:
- '.github/workflows/ci.yml'
schedule:
- cron: '0 0 * * 1' # Every Monday at 00:00 UTC
jobs:
project-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: make dev-env
- name: Check OpenShift versions used by the project
run: make openshift-check-versions