Skip to content

Merge branch 'dev' of https://github.com/RealDanTheMan/pyrousel into dev #5

Merge branch 'dev' of https://github.com/RealDanTheMan/pyrousel into dev

Merge branch 'dev' of https://github.com/RealDanTheMan/pyrousel into dev #5

Workflow file for this run

name: Ruff
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev", "main" ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1