Skip to content

chore(deps): bump docker/metadata-action from f7b4ed12385588c3f9bc252f0a2b520d83b52d48 to 70b2cdc6480c1a8b86edf1777157f8f437de2166 #574

chore(deps): bump docker/metadata-action from f7b4ed12385588c3f9bc252f0a2b520d83b52d48 to 70b2cdc6480c1a8b86edf1777157f8f437de2166

chore(deps): bump docker/metadata-action from f7b4ed12385588c3f9bc252f0a2b520d83b52d48 to 70b2cdc6480c1a8b86edf1777157f8f437de2166 #574

Workflow file for this run

name: test
on:
push:
branches:
- master
paths-ignore:
- '*.md'
- 'doc/**'
- 'LICENSE'
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run unit tests
run: make test