aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/semifold-status.yaml
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/semifold-status.yaml
parentee767338d6db510ef15d6b8cc11f6fb9a6215a43 (diff)
parentbdff2175a8470accdab030b3931406495c56074d (diff)
downloadDropOut-f5560d7e8abe4a41c5f959cb6eb888f6aef6ca65.tar.gz
DropOut-f5560d7e8abe4a41c5f959cb6eb888f6aef6ca65.zip
Merge branch 'main' into chore/migrate-repository
Diffstat (limited to '.github/workflows/semifold-status.yaml')
-rw-r--r--.github/workflows/semifold-status.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.github/workflows/semifold-status.yaml b/.github/workflows/semifold-status.yaml
new file mode 100644
index 0000000..70225f6
--- /dev/null
+++ b/.github/workflows/semifold-status.yaml
@@ -0,0 +1,26 @@
+name: Semifold Status
+on:
+ pull_request:
+ branches: [main]
+
+env:
+ CLICOLOR_FORCE: 1
+
+permissions:
+ contents: write
+ pull-requests: write
+ issues: write
+
+jobs:
+ status:
+ name: Status
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v6
+ - name: Setup Semifold
+ uses: noctisynth/setup-semifold@main
+ - name: Semifold Status
+ run: semifold status
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}