pre-commit Update #19
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: © 2025 open-nudge <https://github.com/open-nudge> | ||
| # SPDX-FileContributor: szymonmaszke <github@maszke.co> | ||
| # | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
| --- | ||
| name: "pre-commit Update" | ||
| on: | ||
| schedule: | ||
| - cron: "0 3 * * 6" | ||
| workflow_dispatch: | ||
| permissions: {} # yamllint disable-line rule:braces | ||
| concurrency: | ||
| group: > | ||
| ${{ github.workflow_ref }}-${{ github.ref }} | ||
| cancel-in-progress: true | ||
| jobs: | ||
| pre-commit-update: | ||
| name: "pre-commit Update" | ||
| permissions: | ||
| contents: "read" | ||
| pull-requests: "write" | ||
| # yamllint disable rule:line-length | ||
| uses: "open-nudge/opentemplate/.github/workflows/pre-commit-reusable.yml@main" # zizmor: ignore[unpinned-uses] | ||
| # yamllint enable rule:line-length | ||
| with: | ||
| pull-request: true | ||
|
Check failure on line 31 in .github/workflows/pre-commit-update.yml
|
||
| ... | ||