Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Update README.md

Update README.md #42

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- v2_main
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
src: "./src/thoughtspot_tml"