Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
computerjazz committed Mar 16, 2021
1 parent f873985 commit 02d0a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Typecheck
uses: gozala/typescript-error-reporter-action@v1.0.9
uses: gozala/typescript-error-reporter-action@v1.0.5
```
`tsconfig.json`:
Expand Down Expand Up @@ -58,7 +58,7 @@ path to the repo itself:

```yaml
- name: Typecheck
uses: gozala/typescript-error-reporter-action@v1.0.9
uses: gozala/typescript-error-reporter-action@v1.0.5
with:
project: packages/subpackage/tsconfig.json
```
Expand Down

0 comments on commit 02d0a10

Please sign in to comment.