Skip to content

feat(auto-salvage): v2 support #135

feat(auto-salvage): v2 support

feat(auto-salvage): v2 support #135

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Build binaries
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
# Build binaries
- name: Run ci
run: make ci
- uses: codecov/codecov-action@v4
with:
files: ./coverage.out
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}