Skip to content

fix: requirements.txt to reduce vulnerabilities (#93) #23

fix: requirements.txt to reduce vulnerabilities (#93)

fix: requirements.txt to reduce vulnerabilities (#93) #23

Workflow file for this run

---
name: Yaml Lint
on: # yamllint disable-line rule:truthy
push:
pull_request:
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: YAML Lint and Annotate
uses: Staffbase/yamllint-action@v1.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
## The target path is processed recursively
target-path: .