Skip to content

🛠️ CI: DEBUG: print parsed livestreams (e6266f7ba5520f4b6956c1dbcb66263e3c98c5aa) #722

🛠️ CI: DEBUG: print parsed livestreams (e6266f7ba5520f4b6956c1dbcb66263e3c98c5aa)

🛠️ CI: DEBUG: print parsed livestreams (e6266f7ba5520f4b6956c1dbcb66263e3c98c5aa) #722

Workflow file for this run

name: EuroPython Discord Bot CI
run-name: "🛠️ CI: ${{ github.event.head_commit.message }} (${{ github.sha }})"
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
version: "0.7.3"
- name: Install Python
run: uv python install
- name: Install dependencies
run: uv sync --dev
- name: Run code checks
run: uv run --dev pre-commit run --all-files