Skip to content

Update dependencies to the latest #59

Update dependencies to the latest

Update dependencies to the latest #59

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@v4
- run: make lint
- run: make test
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make docker-build-all