Skip to content

chore(deps): update redis:7.2.5-alpine docker digest from 7.2.5 to v … #5906

chore(deps): update redis:7.2.5-alpine docker digest from 7.2.5 to v …

chore(deps): update redis:7.2.5-alpine docker digest from 7.2.5 to v … #5906

Workflow file for this run

name: Ruff Linter
on:
workflow_dispatch:
push:
pull_request:
jobs:
ruff-linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Ruff Linter
run: pip install -r requirements-lint.txt
- name: Run Ruff Linter
run: ruff check --output-format=github .