ci(forgejo): add ca-certificates to commitlint container
Some checks failed
CI / lint (pull_request) Successful in 31s
CI / typecheck (pull_request) Failing after 1m37s
CI / test (pull_request) Failing after 2m21s
CI / security (pull_request) Failing after 36s
CI / gitleaks (pull_request) Successful in 34s
CI / commitlint (pull_request) Successful in 20s
Some checks failed
CI / lint (pull_request) Successful in 31s
CI / typecheck (pull_request) Failing after 1m37s
CI / test (pull_request) Failing after 2m21s
CI / security (pull_request) Failing after 36s
CI / gitleaks (pull_request) Successful in 34s
CI / commitlint (pull_request) Successful in 20s
This commit is contained in:
parent
79842ae39e
commit
7333048d23
1 changed files with 2 additions and 2 deletions
|
|
@ -130,10 +130,10 @@ jobs:
|
|||
container:
|
||||
image: node:22-slim
|
||||
steps:
|
||||
- name: Install git
|
||||
- name: Install git and ca-certificates
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends git
|
||||
apt-get install -y --no-install-recommends git ca-certificates
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue