There is no way to customize the cli test command according of a platform #2335
This file contains 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
name: Issue Backlogger | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
add-to-backlog: | |
name: "Add issue to backlog" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/add-to-project@v0.4.0 | |
with: | |
project-url: https://github.com/orgs/winglang/projects/2 | |
github-token: ${{ secrets.PROJEN_GITHUB_TOKEN }} |