Skip to content

Commit

Permalink
Use action-yamllint with proper tag "v1" instead of master
Browse files Browse the repository at this point in the history
Use action-yamllint with proper tag "v1" instead of master
  • Loading branch information
ruzickap committed Mar 2, 2020
1 parent 4aeafc9 commit 8a713a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ jobs:
- uses: actions/checkout@v2

- name: yamllint
uses: ibiqlik/action-yamllint@master
with:
file_or_dir: .
uses: ibiqlik/action-yamllint@v1

0 comments on commit 8a713a9

Please sign in to comment.