Changing linter

This commit is contained in:
xenoscr 2022-09-10 16:38:40 -04:00
parent 68aff84291
commit f64f0d457e
No known key found for this signature in database
GPG Key ID: 52C26F96860C0DAA

View File

@ -12,8 +12,8 @@ jobs:
lintFiles: lintFiles:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout
- name: yaml-lint - name: Run yamllint
uses: ibiqlik/action-yamllint@v3.1.0 uses: frenck/action-yamllint
with: with:
config_file: .github/.yamllint config: ".github/.yamllint"