Skip to content

Update etwmon to support Windows 11 #2190

Update etwmon to support Windows 11

Update etwmon to support Windows 11 #2190

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