Skip to content

Commit

Permalink
docs: Added lint check command
Browse files Browse the repository at this point in the history
Co-authored-by: Ramkumar Vengadakrishnan <[email protected]>
Co-authored-by: Joe Eltgroth <[email protected]>
  • Loading branch information
ram-pivot and joeeltgroth committed Nov 22, 2024
1 parent 58d40b7 commit 0063458
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ To avoid downloading dependencies on every `tile build`:
2. `mkdir cache`
3. `tile build --cache cache`

To verify if there are any lint issues:
```
python -m tabnanny tile_generator/opsmgr.py
```

Run indiv

Before executing `./scripts/run_local_tests.sh` install virtualenv with `pip install virtualenv`
Expand Down

0 comments on commit 0063458

Please sign in to comment.