Install
Install the pre-compiled binary
Manually
Download the pre-compiled binaries from the releases page and copy it to the desired location.
Using go
go install github.com/oscarbc96/seki@latest
Run with docker
docker run --rm \
-v $PWD:/my-repo \
ghcr.io/oscarbc96/seki /my-repo
Compiling from source
git clone https://github.com/oscarbc96/seki
cd seki
make build
Continuous Integration
Github Actions
steps:
- uses: oscarbc96/setup-seki
See configuration at https://github.com/oscarbc96/setup-seki