Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit da1ad75

Browse files
committed
fix: rename use to uses in workflow
1 parent ec71778 commit da1ad75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@master
99
- name: Setup Rust
10-
use: actions-rust-lang/setup-rust-toolchain@v1.3.1
10+
uses: actions-rust-lang/setup-rust-toolchain@v1.3.1
1111
with:
1212
toolchain: stable
1313
- name: Run clippy

0 commit comments

Comments
 (0)