Skip to content

test: fix linter warnings #40

test: fix linter warnings

test: fix linter warnings #40

Workflow file for this run

on:
push:
branches:
- main
tags:
- "v*"
name: Release policy
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go-wasi.yml@v3.3.5
with:
artifacthub: false
release:
needs: test
permissions:
# Required to create GH releases
contents: write
# Required to push to GHCR
packages: write
# Required by cosign keyless signing
id-token: write
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go-wasi.yml@v3.3.5
with:
oci-target: ghcr.io/${{ github.repository_owner }}/tests/raw-mutation-wasi-policy
artifacthub: false