Skip to content

Fix grammar, typos, and formatting in docs and source #182

Fix grammar, typos, and formatting in docs and source

Fix grammar, typos, and formatting in docs and source #182

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