This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change 92
92
run : |
93
93
cd element-web
94
94
yarn run analyse:unused-exports
95
-
96
- tsc-strict :
97
- name : Typescript Strict Error Checker
98
- if : github.event_name == 'pull_request'
99
- runs-on : ubuntu-latest
100
- permissions :
101
- pull-requests : read
102
- checks : write
103
- steps :
104
- - uses : actions/checkout@v3
105
-
106
- - name : Get diff lines
107
- id : diff
108
- uses :
Equip-Collaboration/[email protected]
109
- with :
110
- include : ' ["\\.tsx?$"]'
111
-
112
- - name : Detecting files changed
113
- id : files
114
- uses :
futuratrepadeira/[email protected]
115
- with :
116
- repo-token : ${{ secrets.GITHUB_TOKEN }}
117
- pattern : ' ^.*\.tsx?$'
118
-
119
- - uses : t3chguy/typescript-check-action@main
120
- with :
121
- repo-token : ${{ secrets.GITHUB_TOKEN }}
122
- use-check : false
123
- check-fail-mode : added
124
- output-behaviour : annotate
125
- ts-extra-args : ' --strict'
126
- files-changed : ${{ steps.files.outputs.files_updated }}
127
- files-added : ${{ steps.files.outputs.files_created }}
128
- files-deleted : ${{ steps.files.outputs.files_deleted }}
129
- line-numbers : ${{ steps.diff.outputs.lineNumbers }}
You can’t perform that action at this time.
0 commit comments