Skip to content

Merge pull request #2075 from bvanelli/2017-support-hasconfig-remote-url #1338

Merge pull request #2075 from bvanelli/2017-support-hasconfig-remote-url

Merge pull request #2075 from bvanelli/2017-support-hasconfig-remote-url #1338

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@v5
- uses: actions/setup-python@v6
with:
python-version: "3.x"
- uses: pre-commit/[email protected]