Skip to content

Commit

Permalink
Merge pull request #8 from pankalog/cicd
Browse files Browse the repository at this point in the history
Testing CICD with TypeScript error
  • Loading branch information
pankalog authored Feb 3, 2024
2 parents cabc8de + 1431546 commit 3f47b4b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4,267 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/typescript-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
with:
node-version: '14'

- name: Install Dependencies
run: npm install

- name: Get diff lines
id: diff
uses: Equip-Collaboration/diff-line-numbers@v1.0.0
Expand All @@ -47,6 +44,7 @@ jobs:
check-fail-mode: errors_in_code
output-behaviour: both
comment-behaviour: new
debug: true
files-changed: ${{steps.files.outputs.files_updated}}
files-added: ${{steps.files.outputs.files_created}}
files-deleted: ${{steps.files.outputs.files_deleted}}
Expand Down
Loading

0 comments on commit 3f47b4b

Please sign in to comment.