Skip to content

Fixed a typo

Fixed a typo #3

Workflow file for this run

name: Test images
on:
push:
branches:
- '*'
- '!master'
workflow_dispatch:
jobs:
test:
strategy:
matrix:
platforms: ["ubuntu-latest", "macos-latest"]
runs-on: ${{ matrix.platforms }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build and test ${{ matrix.platforms }}
run: |
make build test PROJECT_BASE=golang BUILDX_ARG_PUSH=--push