Skip to content

build(deps): bump actions/setup-python from 5 to 6 #17

build(deps): bump actions/setup-python from 5 to 6

build(deps): bump actions/setup-python from 5 to 6 #17

name: Repository Health
on:
pull_request:
push:
branches:
- main
- master
- dev
jobs:
repository-health:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
- name: Run repository health checks
run: python scripts/check_repository_health.py