Skip to content

Instantly share code, notes, and snippets.

@mmorel-35
Created August 25, 2021 09:34
Show Gist options
  • Save mmorel-35/3f490b04a31fc1b2fa8ad59489e8a147 to your computer and use it in GitHub Desktop.
Save mmorel-35/3f490b04a31fc1b2fa8ad59489e8a147 to your computer and use it in GitHub Desktop.
name: Licensed status
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npm ci
- name: Install licensed
uses: jonabc/setup-licensed@v1
with:
version: '3.x'
github_token: ${{ secrets.GITHUB_TOKEN }}
- run: licensed status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment