Skip to content

Commit 960f110

Browse files
committed
✨ add minimal CI workflow
1 parent bb2ec26 commit 960f110

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/rust-minimal.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Astraly Labs
2+
3+
run-name: Pragma CI Minimal
4+
5+
on:
6+
workflow_call:
7+
8+
jobs:
9+
Lint:
10+
uses: astraly-labs/workflows/.github/workflows/rust-lint.yaml@main
11+
secrets: inherit
12+
Scan:
13+
uses: astraly-labs/workflows/.github/workflows/rust-scan.yaml@main
14+
secrets: inherit

0 commit comments

Comments
 (0)