Skip to content

ci: remove wolfictl text check #3182

ci: remove wolfictl text check

ci: remove wolfictl text check #3182

Workflow file for this run

name: ci
on:
pull_request:
branches: ['main']
push:
branches: ['main']
permissions:
contents: read
jobs:
build:
permissions:
contents: read
name: build
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version-file: 'go.mod'
check-latest: true
- uses: chainguard-dev/actions/goimports@2cadca168a422313df94f6169691a86498ae51b1 # main
- run: make wolfictl
- run: make test
docs:
permissions:
contents: read
name: check generated docs
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version-file: 'go.mod'
check-latest: true
- run: rm -rf docs/**/*.md docs/**/*.1
- run: make docs
- run: git diff --exit-code