Skip to content

chore: do not include renovate PRs in changelog #519

chore: do not include renovate PRs in changelog

chore: do not include renovate PRs in changelog #519

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.19", "1.20"]
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Run tests
run: go test -v ./...