Skip to content

Commit

Permalink
ci: move lint into one workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsyntax committed May 26, 2024
1 parent 692ea47 commit dfff32a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ on:
- master

jobs:
clang-format-check:
runs-on: ubuntu-22.04
name: Clang-Format Check
steps:
- uses: actions/checkout@v4
- uses: RafikFarhad/clang-format-github-action@v4
with:
style: "file"
sources: "Source/**/*.h,Source/**/*.cpp"

build-windows:
runs-on: windows-latest
name: 🪟 Windows x86_64
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/lint.yml

This file was deleted.

0 comments on commit dfff32a

Please sign in to comment.