Skip to content

Add check tests to meson test #2106

Add check tests to meson test

Add check tests to meson test #2106

Workflow file for this run

name: whitespace
on:
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
whitespace:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: check
run: |
git remote add upstream https://github.com/$GITHUB_REPOSITORY
git fetch upstream
git diff --check upstream/main