Skip to content

Bump softprops/action-gh-release from 1 to 2 #114

Bump softprops/action-gh-release from 1 to 2

Bump softprops/action-gh-release from 1 to 2 #114

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-goversion
- run: make lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-goversion
- uses: azure/setup-helm@v3
with:
version: '3.13.1'
- name: Install jsonnet
run: go install github.com/google/go-jsonnet/cmd/[email protected]
- run: make test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-goversion
- run: make cross