Skip to content

Move callbacks to callbackmon #1917

Move callbacks to callbackmon

Move callbacks to callbackmon #1917

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@v3
- name: check
run: |
git remote add upstream https://github.com/$GITHUB_REPOSITORY
git fetch upstream
git diff --check upstream/main