Skip to content

Updated to remove server from the name of SUSE 15 SP6 #6

Updated to remove server from the name of SUSE 15 SP6

Updated to remove server from the name of SUSE 15 SP6 #6

Workflow file for this run

name: Validate distributions
on:
pull_request:
paths: ['distributions/**']
jobs:
check:
name: Validate distributions
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run validation
run: python distributions/validate.py distributions/DistributionInfo.json
shell: bash