Skip to content

Add automount.cgroups to WSL_CONF_KEYS in validate-modern.py #181

Add automount.cgroups to WSL_CONF_KEYS in validate-modern.py

Add automount.cgroups to WSL_CONF_KEYS in validate-modern.py #181

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