aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-16 20:35:50 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-16 20:35:50 +0800
commit122beeee28a8e07caaa88634d3f09cfc53f55a61 (patch)
tree2c721fecab8fdff48bac17b553c334026338d3c8 /.github/workflows
parent756c60e51967189c6e37166011927bbe219c0352 (diff)
downloadDropOut-122beeee28a8e07caaa88634d3f09cfc53f55a61.tar.gz
DropOut-122beeee28a8e07caaa88634d3f09cfc53f55a61.zip
chore: simplify GitHub Actions workflow by removing unnecessary auto-fix option
Updated the GitHub Actions workflow to remove the 'all_files' option from the prek action, streamlining the process and ensuring that the action runs without additional parameters. This change enhances clarity and maintains the workflow's efficiency.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/prek.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/prek.yml b/.github/workflows/prek.yml
index 4312e97..8e43763 100644
--- a/.github/workflows/prek.yml
+++ b/.github/workflows/prek.yml
@@ -35,12 +35,10 @@ jobs:
librsvg2-dev \
pkg-config
- - name: Run prek (auto-fix)
+ - name: Run prek
id: prek
uses: j178/prek-action@v1
continue-on-error: true
- with:
- all_files: true
- name: Check for changes
id: check_changes