Skip to content

Commit

Permalink
Move fix-whitespace to quickjobs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Mar 15, 2024
1 parent 9435037 commit 7d6d934
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/quick-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,9 @@ jobs:
- uses: actions/checkout@v4
- name: Are buildinfo docs up to date?
run: make doc/buildinfo-fields-reference.rst

whitespace:
name: Check Whitespace
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: andreasabel/fix-whitespace-action@v1
14 changes: 0 additions & 14 deletions .github/workflows/whitespace.yml

This file was deleted.

0 comments on commit 7d6d934

Please sign in to comment.