Skip to content

fix cart service and add github repository to docker nightly job #19

fix cart service and add github repository to docker nightly job

fix cart service and add github repository to docker nightly job #19

Workflow file for this run

name: Lint
on:
push:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Run linter
run: make lint