Skip to content

Commit

Permalink
ci: Upgrade and fix typos (#5468)
Browse files Browse the repository at this point in the history
* ci: Upgrade and fix typos

Signed-off-by: Xuanwo <[email protected]>

* Fix version

Signed-off-by: Xuanwo <[email protected]>

---------

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Dec 27, 2024
1 parent 32fc3c5 commit 86d6c42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check typos
uses: crate-ci/typos@v1.24.6
uses: crate-ci/typos@v1.28.4

licenses:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_odev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

name: ODev CI
name: odev CI

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion core/src/raw/adapters/kv/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl<T: ScanDyn + ?Sized> Scan for Box<T> {
///
/// By implement this trait, any kv service can work as an OpenDAL Service.
pub trait Adapter: Send + Sync + Debug + Unpin + 'static {
/// TODO: use default associate type `= ()` after stablized
/// TODO: use default associate type `= ()` after stabilized
type Scanner: Scan;

/// Return the info of this key value accessor.
Expand Down

0 comments on commit 86d6c42

Please sign in to comment.