Skip to content

chore(deps): update go to v1.23.4 (#29) #119

chore(deps): update go to v1.23.4 (#29)

chore(deps): update go to v1.23.4 (#29) #119

Workflow file for this run

name: Test Action
on: push
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./
id: changelog
with:
path: test
install-only: "true"
- name: Binary exists
shell: bash
run: command -v changelog-generator
- name: Binary runs
shell: bash
run: changelog-generator --version