Skip to content

feat: add details field to mapping table supporting free form if needed #198

feat: add details field to mapping table supporting free form if needed

feat: add details field to mapping table supporting free form if needed #198

Workflow file for this run

name: Linters
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1