Skip to content

Commit 7aa6617

Browse files
committed
chore: add new lines
1 parent 732b2b4 commit 7aa6617

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/actions/s3-layer-cache-settings/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
const manifestNames = [
4747
'${{ inputs.name }}_sha_${{ github.sha }}',
4848
`${{ inputs.name }}_tag_${ sanitizedHeadRef }`,
49-
'${{ inputs.name }}'
49+
'${{ inputs.name }}' // TODO: must be only on default branch
5050
];
5151
5252
const settings = {

packages/rs-drive-abci/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ pub mod rpc;
3030

3131
/// Core utilities
3232
pub mod core;
33+
3334
/// Metrics subsystem
3435
pub mod metrics;
36+
3537
/// Test helpers and fixtures
3638
#[cfg(any(feature = "mocks", test))]
3739
pub mod test;

0 commit comments

Comments
 (0)