Add test suite for the using() routine. #639
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: FOSSA License Scanning | |
| on: | |
| push: | |
| paths-ignore: | |
| - '**.md' | |
| - '**.csv' | |
| - '**.plot' | |
| - '**.properties' | |
| - '**.json' | |
| - '**.svg' | |
| jobs: | |
| fossa: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/[email protected] | |
| - name: Run FOSSA scan and upload build data | |
| uses: fossa-contrib/[email protected] | |
| with: | |
| fossa-api-key: ${{secrets.FOSSA_API_KEY}} |