Skip to content

build(deps): bump WyriHaximus/github-action-get-previous-tag from 1.3 to 1.4 #553

build(deps): bump WyriHaximus/github-action-get-previous-tag from 1.3 to 1.4

build(deps): bump WyriHaximus/github-action-get-previous-tag from 1.3 to 1.4 #553

Workflow file for this run

name: test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- uses: actions/checkout@v4
- name: Run on example
run: |
go run main.go --resources example/crds --output example/output.md
- name: Check that there are no source code changes
run: |
go mod tidy
git checkout go.sum
git diff --exit-code