fix: use correct checkout SHA and simplify CI workflow
check / check (push) Successful in 1m1s

The previous checkout SHA was invalid, causing immediate CI failure.
Use the known-good actions/checkout v4.2.2 SHA. Simplify trigger to
on: [push] to match other repos. Keep --ulimit memlock=-1:-1 for
10MB secret tests that need mlock.
这个提交包含在:
clawbot
2026-03-10 12:29:39 -07:00
父节点 1109fa6ed9
当前提交 9be6e2a4eb
+8 -15
查看文件
@@ -1,16 +1,9 @@
name: Check name: check
on: [push]
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs: jobs:
check: check:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13925f8d5 # v4 # actions/checkout v4.2.2, 2026-02-28
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Build (includes make check) - run: docker build --ulimit memlock=-1:-1 .
run: docker build --ulimit memlock=-1:-1 .