Skip to content

[NO-TICKET] Specify Python version for snyk #13260

[NO-TICKET] Specify Python version for snyk

[NO-TICKET] Specify Python version for snyk #13260

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
pip install black==22.3.0
- name: Lint
run: |
black . --check