Skip to content

Commit

Permalink
scripts: Remove unused scripts
Browse files Browse the repository at this point in the history
Checking the CI logs these scripts have not been run properly
on GitHub actions CI for a long time. I can't find a log
in GitHub actions CI that shows these scripts working properly.
  • Loading branch information
juan-lunarg committed Oct 19, 2023
1 parent 4366625 commit 131a081
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 272 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@ jobs:
- name: Verify generated source files
run: python scripts/generate_source.py --verify external/${{matrix.config}}/Vulkan-Headers/registry

- name: Verify code formatting with clang-format
run: ./scripts/check_code_format.sh

- name: Verify commit message formatting
run: ./scripts/check_commit_message_format.sh

linux-no-asm:
runs-on: ubuntu-22.04

Expand Down
41 changes: 0 additions & 41 deletions scripts/check_code_format.sh

This file was deleted.

102 changes: 0 additions & 102 deletions scripts/check_commit_message_format.sh

This file was deleted.

123 changes: 0 additions & 123 deletions scripts/clang-format-diff.py

This file was deleted.

0 comments on commit 131a081

Please sign in to comment.