We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8e659 commit 508710dCopy full SHA for 508710d
.github/workflows/rust-ci.yml
@@ -1,11 +1,13 @@
1
name: Rust CI
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches: [main]
7
pull_request:
8
+env:
9
+ CARGO_TERM_COLOR: always
10
-# simplest example of using the rust-base action
11
jobs:
- rust-base:
- uses: init4tech/actions/.github/workflows/rust-base.yml@main
12
+ rust-library-base:
13
+ uses: init4tech/actions/.github/workflows/rust-library-base.yml@main
0 commit comments