Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

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 63eef2f commit f120956
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 f120956

Please sign in to comment.