Skip to content

update github actions workflow to enforce python versions #564

update github actions workflow to enforce python versions

update github actions workflow to enforce python versions #564

Workflow file for this run

name: License Scanning
on:
- pull_request
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run FOSSA scan and upload build data
uses: fossa-contrib/fossa-action@v1
with:
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}