Skip to content

chore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 #171

chore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1

chore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 #171

name: Check License
on:
pull_request:
jobs:
check-license:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Install go-license
run: go install github.com/palantir/go-license@latest
- name: Check License
run: make check-license