Skip to content

Update dependencies and tools to the latest #57

Update dependencies and tools to the latest

Update dependencies and tools to the latest #57

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