Skip to content

Commit

Permalink
Merge pull request #5 from andoshin11/chore/update-readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
andoshin11 committed Apr 7, 2020
2 parents cbe102b + d54a55a commit dbef784
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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 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)
# 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)

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

Expand All @@ -22,12 +22,13 @@ jobs:
matrix:
node-version: [13.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn --frozen-lockfile
run: yarn install --frozen-lockfile
- name: Typecheck
uses: andoshin11/[email protected]
```
Expand Down

0 comments on commit dbef784

Please sign in to comment.