Skip to content

SOAR-18473: Bump to latest SDK image #13868

SOAR-18473: Bump to latest SDK image

SOAR-18473: Bump to latest SDK image #13868

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.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
pip install black==22.3.0
- name: Lint
run: |
black . --check