Skip to content

feat: enhance ScyllaDB adapter with Docker support and update depende… #20

feat: enhance ScyllaDB adapter with Docker support and update depende…

feat: enhance ScyllaDB adapter with Docker support and update depende… #20

Workflow file for this run

name: Ruff Lint
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Run Ruff check
uses: astral-sh/ruff-action@v3
with:
args: check --output-format=github archipy
- name: Run Ruff format check
uses: astral-sh/ruff-action@v3
with:
args: format --check archipy