Skip to content

Point out validate.sh more prominently in CONTRIBUTING.md #4231

Point out validate.sh more prominently in CONTRIBUTING.md

Point out validate.sh more prominently in CONTRIBUTING.md #4231

Workflow file for this run

name: Whitespace
on:
pull_request:
push:
branches: ["master"]
jobs:
whitespace:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: andreasabel/fix-whitespace-action@v1
with:
verbose: true