Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Oct 16, 2020
1 parent 3d3b411 commit 15fee74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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)
# TypeScript Error Reporter Action ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/gozala/typescript-error-reporter-action) ![GitHub](https://img.shields.io/github/license/gozala/typescript-error-reporter-action)

Ensuring type safety is one of the most important responsibilities of modern software developers.

Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Typecheck
uses: andoshin11/typescript-error-reporter-action@v1.0.2
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: andoshin11/typescript-error-reporter-action@v1.0.3
uses: gozala/typescript-error-reporter-action@v1.0.5
with:
project: packages/subpackage/tsconfig.json
```

0 comments on commit 15fee74

Please sign in to comment.