Skip to content

Commit 9a24c8e

Browse files
Merge pull request #19 from Azure/release/v1.0.0-beta.1
Merge release/v1.0.0-beta.1 to main
2 parents 9b0cb5b + d511df1 commit 9a24c8e

19 files changed

Lines changed: 6 additions & 33 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -30,46 +30,19 @@ jobs:
3030
cache: true
3131

3232
- name: Install dependencies
33+
working-directory: ./azureappconfiguration
3334
run: go mod download
3435

3536
- name: Build
37+
working-directory: ./azureappconfiguration
3638
run: go build -v ./...
3739

3840
- name: Test
41+
working-directory: ./azureappconfiguration
3942
run: go test -race -v ./...
4043
if: runner.os != 'Windows'
4144

4245
- name: Test (without race detector)
46+
working-directory: ./azureappconfiguration
4347
run: go test -v ./...
4448
if: runner.os == 'Windows'
45-
46-
lint:
47-
name: Lint
48-
runs-on: ubuntu-latest
49-
steps:
50-
- name: Check out code
51-
uses: actions/checkout@v3
52-
53-
- name: Set up Go
54-
uses: actions/setup-go@v4
55-
with:
56-
go-version: '1.23'
57-
cache: true
58-
59-
- name: golangci-lint
60-
uses: golangci/golangci-lint-action@v3
61-
with:
62-
version: latest
63-
args: --timeout=5m
64-
65-
security-scan:
66-
name: Security Scan
67-
runs-on: ubuntu-latest
68-
steps:
69-
- name: Check out code
70-
uses: actions/checkout@v3
71-
72-
- name: Run Gosec Security Scanner
73-
uses: securego/gosec@master
74-
with:
75-
args: -exclude-dir=example ./...

azureappconfiguration.go renamed to azureappconfiguration/azureappconfiguration.go

File renamed without changes.

azureappconfiguration_test.go renamed to azureappconfiguration/azureappconfiguration_test.go

File renamed without changes.
File renamed without changes.
File renamed without changes.

internal/tree/tree.go renamed to azureappconfiguration/internal/tree/tree.go

File renamed without changes.

internal/tree/tree_test.go renamed to azureappconfiguration/internal/tree/tree_test.go

File renamed without changes.

0 commit comments

Comments
 (0)