Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Enable whitespace-errors #5412

Merged
merged 1 commit into from
Jan 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ name: CI
on: [push, pull_request]

jobs:
# whitespace-errors:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: check
# run: git diff-index --check --cached 4b825dc642cb6eb9a060e54bf8d69288fbee4904
whitespace-errors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: check
run: git diff-index --check --cached b1b622f691d40196815939e4736a5da71befd206

gcc13-x86_64:
runs-on: ubuntu-latest
Expand Down