Skip to content

Commit

Permalink
update to stringslint 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dral3x committed Sep 19, 2023
1 parent 2f48318 commit ece65a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM dral3x/stringslint:swift-5.4.2
LABEL version="1.1.2"
FROM dral3x/stringslint:swift-5.4.3
LABEL version="1.1.3"
LABEL repository="https://github.com/dral3x/action-stringslint"
LABEL homepage="https://github.com/dral3x/action-stringslint"
LABEL maintainer="Alessandro Calzavara <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- uses: actions/checkout@v2

- name: GitHub Action for StringsLint
uses: dral3x/[email protected].1
uses: dral3x/[email protected].3

- name: GitHub Action for StringsLint with --config
uses: dral3x/[email protected].1
uses: dral3x/[email protected].3
with:
args: --config ../shared/stringslint.yml
```
Expand Down

0 comments on commit ece65a8

Please sign in to comment.