Skip to content

Merge pull request #33 from murzindima/fix/agloritm_new_movies #29

Merge pull request #33 from murzindima/fix/agloritm_new_movies

Merge pull request #33 from murzindima/fix/agloritm_new_movies #29

Workflow file for this run

name: Linters and Formatters
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
Checks:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.12]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Lint with Ruff
uses: chartboost/ruff-action@v1
with:
version: 0.2.2
args: --line-length 79