Skip to content

Commit

Permalink
Merge pull request #120 from crossplane-contrib/add-repository-envs
Browse files Browse the repository at this point in the history
feat: Add Repository Environment Resource
  • Loading branch information
AtzeDeVries authored Dec 9, 2024
2 parents 90970d0 + d938645 commit 2c58934
Show file tree
Hide file tree
Showing 14 changed files with 1,795 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
submodules: true
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Find the Go Build Cache
Expand All @@ -61,7 +61,7 @@ jobs:
# We could run 'make lint' but we prefer this action because it leaves
# 'annotations' (i.e. it comments on PRs to point out linter violations).
- name: Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: ${{ env.GOLANGCI_VERSION }}
check-diff:
Expand Down
129 changes: 129 additions & 0 deletions apis/repo/v1alpha1/zz_environment_terraformed.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2c58934

Please sign in to comment.