Skip to content

Bump yamllint from 1.33.0 to 1.34.0 #21

Bump yamllint from 1.33.0 to 1.34.0

Bump yamllint from 1.33.0 to 1.34.0 #21

Workflow file for this run

---
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: python3 -m pip install --upgrade pip
- run: python3 -m pip install -r requirements.txt
- run: yamllint .