Skip to content

refactor: simplify provider management and add Type method #7

refactor: simplify provider management and add Type method

refactor: simplify provider management and add Type method #7

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.23"
- run: go test ./...
- run: go vet ./...
- uses: dominikh/[email protected]
with:
install-go: false