Skip to content

Bump SDK to 2.1.5

Bump SDK to 2.1.5 #71

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install ruff
run: pip install ruff
shell: bash
- name: Annotate issues
uses: EnriqueSoria/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Lint with ruff
run: |
ruff --ignore E501,F401 --output-format=github --target-version=py310 .