Skip to content

Improve author name resolution #5127

Improve author name resolution

Improve author name resolution #5127

Workflow file for this run

name: ruff
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install --user ruff==0.0.286
- run: ruff --format=github .