Skip to content

💚 Make setup play nice with CI #5

💚 Make setup play nice with CI

💚 Make setup play nice with CI #5

Workflow file for this run

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/action-setup@v2
with:
version: 8
run_install: true
- name: Check licenses
run: pnpm script:license-check