Skip to content

Add command flags to set duration and renew before on generated certs #58

Add command flags to set duration and renew before on generated certs

Add command flags to set duration and renew before on generated certs #58

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
build:
runs-on: ubuntu-latest
name: Build
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build
with:
codecov_token: ${{ secrets.CODECOV_TOKEN }}