Skip to content

opml: add a badge with a link to pkg.go.dev #15

opml: add a badge with a link to pkg.go.dev

opml: add a badge with a link to pkg.go.dev #15

Workflow file for this run

---
name: Copywrite
on:
push:
branches:
- main
tags:
- v*
pull_request: {}
jobs:
copywrite:
runs-on: ubuntu-latest
steps:
- name: Install copywrite
uses: hashicorp/setup-copywrite@v1.1.3
- name: Checkout
uses: actions/checkout@v4
- name: Validate license header compliance
run: copywrite headers --plan