Skip to content

Commit

Permalink
wip: fix ci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
uatuko committed Nov 21, 2024
1 parent 4b457a7 commit 79044f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
PGPASSWORD: ruek
PGUSER: ruek
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v3
with:
directory: ${{ github.workspace }}/.build
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion src/svc/principals.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ template <typename T>
concept has_mutable_principal = requires(T t) {
{ t.mutable_principal() } -> std::same_as<ruek::api::v1::Principal *>;
};
}
} // namespace concepts

using namespace ruek::api::v1::Principals;

Expand Down

0 comments on commit 79044f6

Please sign in to comment.