Skip to content

Commit

Permalink
Added workflow check for the LTeX extension
Browse files Browse the repository at this point in the history
  • Loading branch information
MBerkayHamurcu committed Dec 29, 2024
1 parent 3370b3e commit 1e00cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
imageName: vsctex
runCmd: |
grep -c "watchFileChanges" .devcontainer/devContLog.txt | grep -q "^1$" || exit 1
code --list-extensions | grep -q 'neo-ltex.ltex' || exit 1
- name: Upload resulting document
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1e00cf4

Please sign in to comment.