aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/prek.yml
diff options
context:
space:
mode:
author苏向夜 <46275354+fu050409@users.noreply.github.com>2026-01-19 11:06:38 +0800
committerGitHub <noreply@github.com>2026-01-19 11:06:38 +0800
commitf5560d7e8abe4a41c5f959cb6eb888f6aef6ca65 (patch)
treef3675bdb552a79ddb4601ccf2f5ddd81eb47c9fb /.github/workflows/prek.yml
parentee767338d6db510ef15d6b8cc11f6fb9a6215a43 (diff)
parentbdff2175a8470accdab030b3931406495c56074d (diff)
downloadDropOut-f5560d7e8abe4a41c5f959cb6eb888f6aef6ca65.tar.gz
DropOut-f5560d7e8abe4a41c5f959cb6eb888f6aef6ca65.zip
Merge branch 'main' into chore/migrate-repository
Diffstat (limited to '.github/workflows/prek.yml')
-rw-r--r--.github/workflows/prek.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/prek.yml b/.github/workflows/prek.yml
index 8e43763..5362472 100644
--- a/.github/workflows/prek.yml
+++ b/.github/workflows/prek.yml
@@ -14,14 +14,14 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout code
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
-
+
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
-
+
- name: Install system dependencies
if: runner.os == 'Linux'
run: |
@@ -34,7 +34,7 @@ jobs:
libayatana-appindicator3-dev \
librsvg2-dev \
pkg-config
-
+
- name: Run prek
id: prek
uses: j178/prek-action@v1