File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- # TypeScript Error Reporter Action ![ GitHub release (latest SemVer including pre-releases )] ( https://img.shields.io/github/v/release/andoshin11/typescript-error-reporter?include_prereleases ) ![ GitHub] ( https://img.shields.io/github/license/andoshin11/typescript-error-reporter )
1
+ # TypeScript Error Reporter Action ![ GitHub release (latest SemVer)] ( https://img.shields.io/github/v/release/andoshin11/typescript-error-reporter-action ) ![ GitHub] ( https://img.shields.io/github/license/andoshin11/typescript-error-reporter-action )
2
2
3
3
Ensuring type safety is one of the most important responsibilities of modern software developers.
4
4
@@ -22,12 +22,13 @@ jobs:
22
22
matrix :
23
23
node-version : [13.x]
24
24
steps :
25
+ - uses : actions/checkout@v1
25
26
- name : Use Node.js ${{ matrix.node-version }}
26
27
uses : actions/setup-node@v1
27
28
with :
28
29
node-version : ${{ matrix.node-version }}
29
30
- name : Install dependencies
30
- run : yarn --frozen-lockfile
31
+ run : yarn install --frozen-lockfile
31
32
- name : Typecheck
32
33
uses :
andoshin11/[email protected]
33
34
` ` `
You can’t perform that action at this time.
0 commit comments