Skip to content

build(deps): bump github.com/dkorunic/betteralign from 0.4.0 to 0.4.1 in /tools/betteralign #2019

build(deps): bump github.com/dkorunic/betteralign from 0.4.0 to 0.4.1 in /tools/betteralign

build(deps): bump github.com/dkorunic/betteralign from 0.4.0 to 0.4.1 in /tools/betteralign #2019

Workflow file for this run

name: Test Go code
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test-go:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
show-progress: false
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test
run: make test
- name: Check for local changes
run: git diff --exit-code
- name: Report code coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./.cover/coverage.out
fail_ci_if_error: true