Skip to content

fix(nexus/init-script): correct env var to boot up Sonatype Nexus #27

fix(nexus/init-script): correct env var to boot up Sonatype Nexus

fix(nexus/init-script): correct env var to boot up Sonatype Nexus #27

Workflow file for this run

name: validate-yaml
on:
push:
branches:
- main
paths:
- "**/*.yml"
- "**/*.yaml"
permissions:
contents: read
jobs:
validate-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate YAML files
id: validate-yaml
uses: GrantBirki/[email protected]