feat: add asdf-apm plugin for Microsoft Agent Package Manager #955
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: test | |
| on: | |
| pull_request: | |
| paths: | |
| - plugins/* | |
| jobs: | |
| changed_plugins: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - name: Check new plugin is registered correctly | |
| run: bash scripts/test_plugin.bash --diff origin/master ${{ github.sha }} |