Skip to content

Commit

Permalink
fix: readme code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jan 18, 2023
1 parent 0553ea0 commit 5066453
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.1.1] - 2023-01-19
### Fixed
- Readme code snippets

## [v0.1.0] - 2023-01-19
### Added
- Initial release
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v3

- name: Type Check Code Base
uses: mrcjkb/lua-typecheck-action/v0.1.0
uses: mrcjkb/lua-typecheck-action@v0.1.1
```
## Inputs
Expand All @@ -61,7 +61,7 @@ Example:

```yaml
- name: Type Check Code Base
uses: mrcjkb/lua-typecheck-action/v0.1.0
uses: mrcjkb/lua-typecheck-action@v0.1.1
with:
checkLevel: Error
```
Expand All @@ -75,7 +75,7 @@ Example:

```yaml
- name: Type Check Code Base
uses: mrcjkb/lua-typecheck-action/v0.1.0
uses: mrcjkb/lua-typecheck-action@v0.1.1
with:
directories: |
lua
Expand All @@ -90,7 +90,7 @@ Example:

```yaml
- name: Type Check Code Base
uses: mrcjkb/lua-typecheck-action/v0.1.0
uses: mrcjkb/lua-typecheck-action@v0.1.1
with:
configpath: ".luarc.json"
```
Expand Down

0 comments on commit 5066453

Please sign in to comment.