Skip to content

Implement a database abstraction layer that will enable the use of different DB backends. #936

Implement a database abstraction layer that will enable the use of different DB backends.

Implement a database abstraction layer that will enable the use of different DB backends. #936

Workflow file for this run

name: Style check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
style-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Ruff
uses: astral-sh/ruff-action@v3
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
# CLI arguments
args: --check .