Skip to content

feat(diffviewer): use viewport by robinovitch61 #42

feat(diffviewer): use viewport by robinovitch61

feat(diffviewer): use viewport by robinovitch61 #42

Workflow file for this run

name: build
on:
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: Build
run: go build -v ./...
- uses: codecov/codecov-action@v5
if: matrix.os == 'ubuntu-latest'
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt