Skip to content

Commit

Permalink
bump up to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dral3x committed Sep 19, 2024
1 parent 7f33f08 commit 701cf5b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.9.5
LABEL version="1.1.6"
FROM dral3x/stringslint:swift-5.9.6
LABEL version="1.1.7"
LABEL repository="https://github.com/dral3x/action-stringslint"
LABEL homepage="https://github.com/dral3x/action-stringslint"
LABEL maintainer="Alessandro Calzavara <[email protected]>"
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ name: StringsLint
on:
pull_request:
paths:
- '.github/workflows/stringslint.yml'
- '.stringslint.yml'
- '**/*.swift'
- '**/*.strings'
- '**/*.stringsdict'
- ".github/workflows/stringslint.yml"
- ".stringslint.yml"
- "**/*.swift"
- "**/*.strings"
- "**/*.stringsdict"

jobs:
StringsLint:
Expand All @@ -25,10 +25,10 @@ jobs:
- uses: actions/checkout@v2

- name: GitHub Action for StringsLint
uses: dral3x/[email protected].6
uses: dral3x/[email protected].7

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

0 comments on commit 701cf5b

Please sign in to comment.