Skip to content

Merge pull request #2094 from George-Ogden/join-pathlike #1405

Merge pull request #2094 from George-Ogden/join-pathlike

Merge pull request #2094 from George-Ogden/join-pathlike #1405

Workflow file for this run

name: Lint
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.x"
- uses: pre-commit/[email protected]