Skip to content

Adjust GHA job names for package delineation #6

Adjust GHA job names for package delineation

Adjust GHA job names for package delineation #6

Workflow file for this run

name: [helm-locker] CI

Check failure on line 1 in .github/workflows/hl-ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/hl-ci.yaml

Invalid workflow file

You have an error in your yaml syntax
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name : Set up Go
uses : actions/setup-go@v5
with:
go-version: 1.22
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Run CI
run: make ci