Skip to content

πŸ’š Why did I trust the docs? #4

πŸ’š Why did I trust the docs?

πŸ’š Why did I trust the docs? #4

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