Skip to content

fix deployment of tests (#103) #12

fix deployment of tests (#103)

fix deployment of tests (#103) #12

Workflow file for this run

name: Extra
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
snyk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/python@master
env:
SNYK_TOKEN: "${{ secrets.SNYK_TOKEN }}"