-
Notifications
You must be signed in to change notification settings - Fork 0
33 lines (28 loc) · 778 Bytes
/
Copy pathci.yml
File metadata and controls
33 lines (28 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
rust-quality:
name: Rust Quality (reusable)
uses: KooshaPari/phenoShared/.github/workflows/reusable/rust-quality.yml@f5343b1d349e523df2fe44f94d8f25d2ec320c6d
with:
rust-version: stable
coverage-threshold: 0
working-directory: .
security-scan:
name: Security Scan (reusable)
uses: KooshaPari/phenoShared/.github/workflows/reusable/security-scan.yml@f5343b1d349e523df2fe44f94d8f25d2ec320c6d
with:
cargo-audit: "true"
cargo-deny: "false"
trufflehog: "false"
working-directory: .