Skip to content

Commit

Permalink
Gitactions trial
Browse files Browse the repository at this point in the history
  • Loading branch information
kavitharaju committed Jul 2, 2024
1 parent 22c9d55 commit 3cc5853
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/lint-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ jobs:

- name: install packages
working-directory: ./py-usfm-parser
run: |
pip install -r dev-requirements.txt
pip install ../tree-sitter-usfm3
run: pip install -r dev-requirements.txt

- name: install tree-sitter-usfm3
working-directory: ./tree-sitter-usfm3
run: pip install .

- name: Run linter
working-directory: ./py-usfm-parser
Expand Down

0 comments on commit 3cc5853

Please sign in to comment.