Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
BSKY committed Apr 4, 2020
1 parent 37dd3ce commit f16fdab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# TypeScript Error Reporter Action

Ensuring type-safetiness is one of the most critical responsibility for modern software developers.
Ensuring type safety is one of the most important responsibilities of modern software developers.

This Action will provide you the easiest way to run type checks and see the result for each Pull Requests.
This action uses the [TypeScript Compiler API](https://github.com/microsoft/TypeScript/wiki/Using-the-Compiler-API) to run a static type check on your code and display the results of the check.

![TypeScript Error Reporter Action](https://user-images.githubusercontent.com/8381075/78413929-a40f0680-7654-11ea-8365-0ef72fb4d6b3.png)

## Usage
## Example Configuration

This Action uses [TypeScript Compiler API](https://github.com/microsoft/TypeScript/wiki/Using-the-Compiler-API) to satically run diagnostics over your app and shows you the result of the checks.
`.github/workflows/test.yml`:

```yaml
name: Test
Expand All @@ -32,7 +32,7 @@ jobs:
uses: andoshin11/[email protected]
```
whereas your `tsconfig.json` should look like this.
`tsconfig.json`:

```json
{
Expand Down

0 comments on commit f16fdab

Please sign in to comment.