Skip to content

Refactor plugins to use new credential interface #15

Refactor plugins to use new credential interface

Refactor plugins to use new credential interface #15

Workflow file for this run

name: CI
on:
push:
branches: [ "**" ]
pull_request:
branches: [ "**" ]
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- name: Verify modules
run: go mod download
- name: Run tests
run: go test ./...