Skip to content

ci: Use GHA from actions org instead of third user #434

ci: Use GHA from actions org instead of third user

ci: Use GHA from actions org instead of third user #434

Workflow file for this run

name: license-check
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
license-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Check license
run: make license-check