Skip to content

chore(deps): update orhun/git-cliff-action action to v4 #37

chore(deps): update orhun/git-cliff-action action to v4

chore(deps): update orhun/git-cliff-action action to v4 #37

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: jdx/mise-action@63a673876c7072c1d6ecb2049c0d572976c83b22 # v2
- run: task test || true # no tests right now - remove when first added
build:
runs-on: ubuntu-24.04
needs: test
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: jdx/mise-action@63a673876c7072c1d6ecb2049c0d572976c83b22 # v2
- run: task build