Skip to content

chore: migrate semver rule to vc #49

chore: migrate semver rule to vc

chore: migrate semver rule to vc #49

Workflow file for this run

name: Unit tests
on:
pull_request:
paths:
- '**.go'
workflow_dispatch:
permissions:
pull-requests: read
contents: read
jobs:
testsunit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.CHANGELOG_PAT }}
ref: ${{ github.ref }}
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: go mod download
- name: Docker Setup Docker
uses: crazy-max/[email protected]
- name: Run Go unit tests
run: |
go test ./...