Skip to content

build(deps): bump ruff from 0.4.10 to 0.5.1 #355

build(deps): bump ruff from 0.4.10 to 0.5.1

build(deps): bump ruff from 0.4.10 to 0.5.1 #355

Workflow file for this run

name: "Validation And Formatting"
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Download repo
with:
fetch-depth: 0
- uses: actions/setup-python@v5
name: Setup Python
with:
python-version: "3.10"