Skip to content

chore(deps): bump docker/metadata-action from 418e4b98bf2841bd337d0b24fe63cb36dc8afa55 to 54262e8fce11c7b5496f28398368170da45de7e7 #848

chore(deps): bump docker/metadata-action from 418e4b98bf2841bd337d0b24fe63cb36dc8afa55 to 54262e8fce11c7b5496f28398368170da45de7e7

chore(deps): bump docker/metadata-action from 418e4b98bf2841bd337d0b24fe63cb36dc8afa55 to 54262e8fce11c7b5496f28398368170da45de7e7 #848

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