Skip to content

Commit

Permalink
starting over (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
TsFreddie committed Jan 14, 2025
1 parent 239c10a commit 649e961
Show file tree
Hide file tree
Showing 1,184 changed files with 34 additions and 209,907 deletions.
2 changes: 0 additions & 2 deletions .cargo/config.toml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/pull_request_template.md

This file was deleted.

279 changes: 0 additions & 279 deletions .github/workflows/build.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/clang-sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
pull_request:
merge_group:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
check-clang-san:
runs-on: ubuntu-20.04
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
pull_request:
merge_group:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
check-clang-tidy:
runs-on: ubuntu-latest
Expand Down
67 changes: 0 additions & 67 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

Loading

0 comments on commit 649e961

Please sign in to comment.