Commit 7d622cc 1 parent 702dc34 commit 7d622cc Copy full SHA for 7d622cc
File tree 5 files changed +19
-25
lines changed
5 files changed +19
-25
lines changed Original file line number Diff line number Diff line change 10
10
branches :
11
11
- ' main'
12
12
paths :
13
+ - ' stencil.yaml'
14
+ - ' manifest.yaml'
15
+ - ' .mise.toml'
13
16
- ' .github/workflows/build-release.yml'
14
- - ' cmd/**'
15
- - ' pkg/**'
16
- - ' internal/**'
17
- - ' go.mod'
18
- - ' go.sum'
19
17
- ' templates/**'
20
18
- ' tests/**'
21
- - ' manifest.yaml'
22
- - ' stencil.yaml'
23
- - ' .goreleaser.yaml'
24
- - ' .mise.toml'
25
19
26
20
env :
27
21
GH_ROLE_ARN : arn:aws:iam::602046956384:role/GithubActions-github-actions-services-repos-Role
Original file line number Diff line number Diff line change 1
1
{
2
- "go.lintTool" : " golangci-lint" ,
3
- "go.lintFlags" : [
4
- " --fast"
5
- ],
6
- "go.formatTool" : " goimports" ,
7
- "go.useLanguageServer" : true ,
8
2
"files.trimTrailingWhitespace" : true ,
9
3
"files.exclude" : {
10
4
"**/bin" : true ,
Original file line number Diff line number Diff line change 3
3
- name: github.com/udemy/eng-team-management
4
4
url: https://github.com/udemy/eng-team-management
5
5
version:
6
- commit: 8eacc46158f50de1a13f754b4e5634749de3252c
7
- tag: v0.2.5
6
+ commit: 4701335561a29ead510007394a13085da1f088e1
7
+ tag: v0.3.0
8
8
- name: github.com/udemy/stencil-templatemodule
9
9
url: ./
10
10
version:
Original file line number Diff line number Diff line change 10
10
branches:
11
11
- 'main'
12
12
paths:
13
+ - 'stencil.yaml'
14
+ - 'manifest.yaml'
15
+ - '.mise.toml'
13
16
- '.github/workflows/build-release.yml'
14
- - 'cmd/**'
15
- - 'pkg/**'
16
- - 'internal/**'
17
- - 'go.mod'
18
- - 'go.sum'
17
+ { {- if stencil.Arg " templateModule" } }
19
18
- 'templates/**'
20
19
- 'tests/**'
21
- - 'manifest.yaml'
22
- - 'stencil.yaml'
20
+ { {- end } }
21
+ { {- if stencil.Arg " nativeModule" } }
22
+ - 'go.mod'
23
+ - 'go.sum'
23
24
- '.goreleaser.yaml'
24
- - '.mise.toml'
25
+ - 'cmd/**'
26
+ - 'pkg/**'
27
+ - 'internal/**'
28
+ { {- end } }
25
29
26
30
env:
27
31
GH_ROLE_ARN: arn:aws:iam::602046956384:role/GithubActions-github-actions-services-repos-Role
Original file line number Diff line number Diff line change 1
1
{
2
+ {{- if stencil.Arg " nativeModule" } }
2
3
"go.lintTool": "golangci-lint",
3
4
"go.lintFlags": [
4
5
"--fast"
5
6
],
6
7
"go.formatTool": "goimports",
7
8
"go.useLanguageServer": true,
9
+ { {- end } }
8
10
"files.trimTrailingWhitespace": true,
9
11
"files.exclude": {
10
12
" **/bin" : true ,
You can’t perform that action at this time.
0 commit comments