Skip to content

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

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. #458

Workflow file for this run

name: Selene check
on:
push:
branches:
- "main"
paths:
- "lua/**/*.lua"
- "plugin/*.lua"
pull_request:
jobs:
selene:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Selene check
uses: NTBBloodbath/selene-action@v1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: lua/
version: 0.28.0