Update renovatebot/github-action digest to 00eea9f #1457
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-FileCopyrightText: Copyright (C) 2025-2026 Fabrício Barros Cabral | |
| # SPDX-License-Identifier: MIT | |
| --- | |
| # yamllint disable rule:line-length | |
| name: python-lint-test | |
| 'on': | |
| push: | |
| branches: | |
| - main | |
| - master | |
| pull_request: | |
| branches: | |
| - main | |
| - master | |
| permissions: | |
| contents: read | |
| jobs: | |
| python-lint-test: | |
| uses: fabriciofx/github-workflows/.github/workflows/python-lint-template.yml@main | |
| with: | |
| working-directory: "python/test" |