Skip to content

Commit

Permalink
Update examples in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Sep 14, 2019
1 parent f1dcbfa commit bc97065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@master

- uses: arma-actions/sqflint@1.0
- uses: arma-actions/sqflint@v1.0
name: Validate with SQFLint
```
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: arma-actions/sqflint@1.0
- uses: arma-actions/sqflint@v1.0
name: Validate with SQFLint with custom arguments
with:
args: --exit w --directory Missionframework
Expand Down

0 comments on commit bc97065

Please sign in to comment.