Skip to content

FS-78: Add prompts and datastore changes from InferESG PoC #126

FS-78: Add prompts and datastore changes from InferESG PoC

FS-78: Add prompts and datastore changes from InferESG PoC #126

Workflow file for this run

name: Lint Backend
on:
pull_request:
push:
branches:
- main
jobs:
linting:
name: Linting Backend
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v2
- name: Lint
uses: astral-sh/ruff-action@v1
with:
src: ./backend