Skip to content

refactor(secret-resolver)!: refactor to use constants for base path and env var prefix #266

refactor(secret-resolver)!: refactor to use constants for base path and env var prefix

refactor(secret-resolver)!: refactor to use constants for base path and env var prefix #266

Workflow file for this run

name: REUSE Compliance Check
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
check-reuse-compliance:
runs-on: ${{ contains(github.server_url, 'github.com') && 'ubuntu-latest' || fromJSON('["self-hosted"]') }}
steps:
- uses: actions/checkout@v6
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v6.0.0