diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..f8ce977 --- /dev/null +++ b/.github/workflows/main.yml @@ -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