Skip to content

docs: add SPDX license identifier #30

docs: add SPDX license identifier

docs: add SPDX license identifier #30

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout plugin-sdk-go
uses: actions/checkout@v3
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: '^1.19'
- name: Run tests
run: go test ./...