-
-
Notifications
You must be signed in to change notification settings - Fork 0
38 lines (29 loc) · 872 Bytes
/
Copy pathverify-log.yml
File metadata and controls
38 lines (29 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: Verify deployed log
on:
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
# Default to read-only GITHUB_TOKEN; jobs that need more (release.yml does)
# specify their own permissions block. Closes CodeQL alert
# actions/missing-workflow-permissions.
permissions:
contents: read
# Opt into Node.js 24 for transitive JS actions (see ci.yml for rationale).
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
verify:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v7
with:
token: ${{ github.token }}
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v7
with:
node-version: '24'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- name: Run verifier against deployed log
run: pnpm --filter @atrib/log-node verify-log