mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/scripts.git
synced 2025-10-03 15:01:00 +08:00
Compare commits
4 commits
fd9a49bd72
...
79a9e5bbf5
Author | SHA1 | Date | |
---|---|---|---|
|
79a9e5bbf5 | ||
|
5d9b7ecaa4 | ||
|
776a2709fd | ||
|
db7f8596f3 |
3 changed files with 4 additions and 4 deletions
4
.github/workflows/pre-commit.yml
vendored
4
.github/workflows/pre-commit.yml
vendored
|
@ -39,10 +39,10 @@ jobs:
|
|||
${{ runner.os }}-pre-commit-${{ steps.get-date.outputs.previous_cache_tag }}
|
||||
${{ runner.os }}-pre-commit-
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
|
||||
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
|
||||
with:
|
||||
python-version: '3.13'
|
||||
- uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
|
||||
- uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
|
||||
- name: detect method
|
||||
id: detect
|
||||
run: |
|
||||
|
|
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
|
||||
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
|
||||
with:
|
||||
days-before-pr-stale: 30
|
||||
days-before-pr-close: 14
|
||||
|
|
|
@ -41,7 +41,7 @@ repos:
|
|||
- id: shellcheck
|
||||
require_serial: true
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.12.11
|
||||
rev: v0.12.12
|
||||
hooks:
|
||||
- id: ruff-check
|
||||
args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue