Skip to content

Commit

Permalink
CI: Enable whitespace-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
solardiz committed Jan 2, 2024
1 parent 9daf16b commit 62dfba7
Showing 1 changed file with 8 additions and 6 deletions.
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

0 comments on commit 62dfba7

Please sign in to comment.