Skip to content

startup-script: Adjust ca-certificates install to only copy certs #838

startup-script: Adjust ca-certificates install to only copy certs

startup-script: Adjust ca-certificates install to only copy certs #838

Workflow file for this run

name: PR Check
on:
pull_request: {}
push:
branches:
- master
jobs:
lint:
name: Run static checks
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: docker://quay.io/cilium/image-maker:e55375ca5ccaea76dc15a0666d4f57ccd9ab89de
name: Run make lint
with:
entrypoint: sh
args: -c "git config --global --add safe.directory /github/workspace && make lint"