Skip to content

Commit

Permalink
👷 Setup license check CI
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr authored Oct 31, 2023
1 parent b8444e2 commit d43bc4d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: CI

on:
push:

jobs:
license_check:
name: License Check
runs-on: ubuntu-latest

steps:
- name: Clone repo
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/actions-setyp@v2
with:
run_install: true
- name: Check licenses
run: pnpm script:license-check

0 comments on commit d43bc4d

Please sign in to comment.