New: Add unit tests for LangModule #38
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Calls the org-level reusable workflow to add PRs to the TODO Board | ||
| name: Add PR to Project | ||
| on: | ||
| pull_request: | ||
| types: | ||
| - opened | ||
| - reopened | ||
| jobs: | ||
| add-to-project: | ||
| uses: adapt-security/.github/.github/workflows/new.yml@main | ||
|
Check failure on line 13 in .github/workflows/new.yml
|
||
| secrets: | ||
| PROJECTS_SECRET: ${{ secrets.PROJECTS_SECRET }} | ||