Skip to content

Merge pull request #771 from klgill/FixTypoInLink #1813

Merge pull request #771 from klgill/FixTypoInLink

Merge pull request #771 from klgill/FixTypoInLink #1813

Workflow file for this run

name: Linting
on: # yamllint disable-line rule:truthy
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]