Skip to content

build: allow kodata symlinks within the source tree #2108

build: allow kodata symlinks within the source tree

build: allow kodata symlinks within the source tree #2108

Workflow file for this run

name: Boilerplate
on:
pull_request:
branches: ['main']
permissions: {}
jobs:
check:
name: Boilerplate Check
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
extension:
- go
- sh
# Map between extension and human-readable name.
include:
- extension: go
language: Go
- extension: sh
language: Bash
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: chainguard-dev/actions/boilerplate@f0be69916b439d0fcced2451b23d0f27cd46d545 # main
with:
extension: ${{ matrix.extension }}
language: ${{ matrix.language }}