docs: add readme #3
ci.yml
on: push
build-and-test
24s
verify-commits
5s
Annotations
1 error and 7 warnings
|
verify-commits
2 commit(s) failed signature verification
|
|
verify-commits
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, auths-dev/auths-verify-github-action@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
verify-commits
Commit a15a2c27 failed verification. See details above.
|
|
verify-commits
✗ 71e20918f3aa07ab65db71311b53df19392654b7 - Allowed signers file not found: .auths/allowed_signers
|
|
verify-commits
✗ a15a2c275076771080ce275ad26bc31ea46b1d52 - Allowed signers file not found: .auths/allowed_signers
|
|
verify-commits
To set up commit verification:
1. auths init # create identity
2. auths git allowed-signers -o .auths/allowed_signers # generate file
3. git add .auths/allowed_signers && git commit # commit it
Or use an identity bundle for stateless CI (no file needed):
auths id export-bundle --alias <ALIAS> --output bundle.json
Docs: https://docs.auths.dev/cli/commands/advanced/#auths-git-allowed-signers
|
|
verify-commits
Allowed signers file not found: .auths/allowed_signers
|
|
build-and-test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|