Skip to content

More stable link for Ubuntu and Ubuntu-24.04 #130

More stable link for Ubuntu and Ubuntu-24.04

More stable link for Ubuntu and Ubuntu-24.04 #130

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