Skip to content

Fix build

Fix build #2

Workflow file for this run

name: build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
container:
image: golang
steps:
- uses: actions/[email protected]
- run: |
whoami
cat /etc/os-release
- run: apt-get update && apt-get install -y python3-pip
- run: pip install pre-commit --break-system-packages
- run: make test