Skip to content

⬆️ 更新 GitHub Actions 运行时 #2

⬆️ 更新 GitHub Actions 运行时

⬆️ 更新 GitHub Actions 运行时 #2

name: Cloudflare checks
on:
push:
branches: [cloudflare]
pull_request:
branches: [cloudflare]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run check