generated from nhcarrigan/template
feat: add multi-lang support and cohort scripts #1
@@ -17,6 +17,11 @@ jobs:
|
||||
cp typescript/package-lock.json . 2>/dev/null || true
|
||||
cp typescript/pnpm-lock.yaml . 2>/dev/null || true
|
||||
- uses: naomi-lgbt/dependency-pin-check@main
|
||||
with:
|
||||
language: typescript
|
||||
dev-dependencies: true
|
||||
peer-dependencies: true
|
||||
optional-dependencies: true
|
||||
|
||||
dependency-pin-check-python:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -27,6 +32,9 @@ jobs:
|
||||
cp python/requirements.txt .
|
||||
cp python/pyproject.toml .
|
||||
- uses: naomi-lgbt/dependency-pin-check@main
|
||||
with:
|
||||
language: python
|
||||
dev-dependencies: true
|
||||
|
||||
typescript:
|
||||
needs: dependency-pin-check-typescript
|
||||
|
||||
Reference in New Issue
Block a user