Skip to content

Commit

Permalink
ci: fix yml to yaml (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Oct 6, 2023
1 parent 8e00f40 commit 4e01208
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
trigger:
uses: statnett/github-workflows/.github/workflows/lint-pr.yml@main
uses: statnett/github-workflows/.github/workflows/lint-pr.yaml@main
permissions:
pull-requests: write
statuses: write
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
trigger:
uses: statnett/github-workflows/.github/workflows/release-please.yml@main
uses: statnett/github-workflows/.github/workflows/release-please.yaml@main
secrets: inherit
permissions:
contents: write
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

Wrapper package to support viper in controller-runtime based Operators. Works as a drop-in replacement for controller-runtime zap package.

[CI-img]: https://github.com/statnett/controller-runtime-viper/actions/workflows/ci.yml/badge.svg?branch=main
[CI]: https://github.com/statnett/controller-runtime-viper/actions/workflows/ci.yml?query=branch%3Amain
[CodeQL-img]: https://github.com/statnett/controller-runtime-viper/actions/workflows/codeql.yml/badge.svg?branch=main
[CodeQL]: https://github.com/statnett/controller-runtime-viper/actions/workflows/codeql.yml?query=branch%3Amain
[CI-img]: https://github.com/statnett/controller-runtime-viper/actions/workflows/ci.yaml/badge.svg?branch=main
[CI]: https://github.com/statnett/controller-runtime-viper/actions/workflows/ci.yaml?query=branch%3Amain
[CodeQL-img]: https://github.com/statnett/controller-runtime-viper/actions/workflows/codeql.yaml/badge.svg?branch=main
[CodeQL]: https://github.com/statnett/controller-runtime-viper/actions/workflows/codeql.yaml?query=branch%3Amain
[conventional-commits-img]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white
[conventional-commits]: https://conventionalcommits.org
[report-card-img]: https://goreportcard.com/badge/github.com/statnett/controller-runtime-viper
Expand Down

0 comments on commit 4e01208

Please sign in to comment.