Skip to content

Commit 990bb29

Browse files
committed
Testing using rust-action
1 parent b77053c commit 990bb29

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- name: Rust Action
16+
uses: icepuma/rust-action@1.42.0
1617
- name: Check Formatting
1718
run: cargo fmt -- --check
1819
- name: Build the Docker image

0 commit comments

Comments
 (0)