-
Notifications
You must be signed in to change notification settings - Fork 0
45 lines (41 loc) · 1.1 KB
/
ci.yaml
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
34
35
36
37
38
39
40
41
42
43
44
45
name: ci
on:
push:
branches: [master]
release:
types: [created]
pull_request:
branches: [master]
permissions: read-all
jobs:
build:
uses: chgl/.github/.github/workflows/standard-build.yaml@7d4b426bf12560f59fed86b6b847b33db1aef006 # v1.10.2
permissions:
contents: read
id-token: write
packages: write
pull-requests: write
actions: read
security-events: write
with:
# explicitly lowercase the repo name
image: "ghcr.io/chgl/magnifhir"
enable-build-test-layer: true
enable-upload-test-image: false
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
lint:
uses: chgl/.github/.github/workflows/standard-lint.yaml@7d4b426bf12560f59fed86b6b847b33db1aef006 # v1.10.2
permissions:
contents: read
pull-requests: write
issues: write
security-events: write
actions: read
with:
codeql-languages: '["csharp"]'
enable-codeql: true
enable-validate-gradle-wrapper: false
enable-verify-base-image-signature: false
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}