Skip to content

storing Git config in tenant model #140

storing Git config in tenant model

storing Git config in tenant model #140

Workflow file for this run

name: Ruff
on:
pull_request:
paths-ignore:
- 'docs/**'
push:
branches:
- main
paths-ignore:
- 'docs/**'
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1