Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Jun 26, 2024
1 parent 443e242 commit faaf1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ inputs:
components:
description: 'Comma-separated list of components to be additionally installed'
required: false
default: ''

runs:
using: 'composite'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/da-indexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: ./.github/actions/setup
with:
service-name: da-indexer
components: 'rustfmt, clippy'
components: rustfmt, clippy

- name: cargo fmt
run: cargo fmt --all -- --check --config imports_granularity=Crate
Expand Down

0 comments on commit faaf1f9

Please sign in to comment.