Skip to content

read the docs update #13

read the docs update

read the docs update #13

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