Skip to content

improve resource naming of chart by using fullname rather than the static gardener-extension-backup-s3 #56

improve resource naming of chart by using fullname rather than the static gardener-extension-backup-s3

improve resource naming of chart by using fullname rather than the static gardener-extension-backup-s3 #56

Workflow file for this run

---
name: Verify Action
on:
pull_request:
branches:
- main
release:
types:
- published
push:
branches:
- main
jobs:
build:
name: Verify Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Verify
run: |
make tidy
make verify