Skip to content

Upgrade deps and Go #55

Upgrade deps and Go

Upgrade deps and Go #55

Workflow file for this run

name: CI
on:
push:
branches: [master]
paths-ignore: ['**.md']
pull_request:
types: [opened, synchronize]
paths-ignore: ['**.md']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make lint
- run: make test
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make docker-build-all