Skip to content

fix: lowcase docker path #7

fix: lowcase docker path

fix: lowcase docker path #7

Workflow file for this run

---
name: basic
on:
pull_request:
types: [opened, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.21
- name: Coverage
run: make coverage
- name: "Build"
run: make bin