Skip to content

Add test suite for the using() routine. #639

Add test suite for the using() routine.

Add test suite for the using() routine. #639

Workflow file for this run

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}}