Skip to content

Commit

Permalink
revert README
Browse files Browse the repository at this point in the history
  • Loading branch information
computerjazz committed Mar 16, 2021
1 parent a7286d5 commit f873985
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
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Typecheck
uses: computerjazz/typescript-error-reporter-action@v1.0.9
uses: gozala/typescript-error-reporter-action@v1.0.9
```
`tsconfig.json`:
Expand Down Expand Up @@ -58,7 +58,7 @@ path to the repo itself:

```yaml
- name: Typecheck
uses: computerjazz/typescript-error-reporter-action@v1.0.9
uses: gozala/typescript-error-reporter-action@v1.0.9
with:
project: packages/subpackage/tsconfig.json
```
Expand All @@ -68,7 +68,7 @@ If you're incrementally adopting typescript in a project, you may not want to fa

```yaml
- name: Typecheck
uses: computerjazz/typescript-error-reporter-action@v1.0.9
uses: gozala/typescript-error-reporter-action@v1.0.9
with:
error_fail_threshold: 100
```

0 comments on commit f873985

Please sign in to comment.