Skip to content

Commit

Permalink
Fixup for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
WillLillis committed Jul 14, 2024
1 parent 2b35186 commit 837bc36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,8 @@ on:
push:
branches:
- "*"
paths:
- "src/**"
- "Cargo.*"
- build.rs
pull_request:
branches: ["main"]
paths:
- ".github/workflows/tests.yml"
- "src/**"
- "Cargo.*"
- build.rs

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Provide a thin wrapper type around the [compile_commands.json](https://clang.llv
and [compile_flags.txt](https://clang.llvm.org/docs/JSONCompilationDatabase.html#alternatives)
standards as provided by the LLVM project.

## Sample usage:
## Sample usage

Given the following `compile_commands.json` file:

Expand Down

0 comments on commit 837bc36

Please sign in to comment.