Skip to content

Commit

Permalink
feat: mutable tags and automatic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Feb 2, 2024
1 parent 93a2396 commit 0fae033
Showing 1 changed file with 4 additions and 4 deletions.
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.2
uses: mrcjkb/lua-typecheck-action@v0
```
## Inputs
Expand All @@ -61,7 +61,7 @@ Example:

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

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

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

0 comments on commit 0fae033

Please sign in to comment.