Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @monta-app/guild-tooling
2 changes: 1 addition & 1 deletion .github/actions/deploy-ocpp-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Deploy to Staging
uses: monta-app/github-workflows/.github/actions/deploy-ocpp-gateway@main
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/docker-compose-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Start test services
uses: monta-app/github-workflows/.github/actions/docker-compose-setup@main
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/gradle-multi-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Setup Java
uses: actions/setup-java@v5
Expand Down
Loading