ci: update command to run help for agentskill using the correct modul… #104
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
| name: Main | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| verify: | |
| name: Verify | |
| uses: ./.github/workflows/verify.yml | |
| build: | |
| name: Build | |
| needs: verify | |
| uses: ./.github/workflows/build.yml | |
| test: | |
| name: Test | |
| needs: build | |
| uses: ./.github/workflows/test.yml |