Linting 0a51f099951915fef82658ddcc0012cc2bd2532f #6
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Lint and checks | |
run-name: Linting ${{ github.sha }} | |
on: # yamllint disable-line rule:truthy | |
- push | |
- pull_request | |
jobs: | |
ShellCheck: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out ${{ github.repository }}:${{ github.ref_name }} | |
uses: actions/checkout@v3 | |
- name: Run ShellCheck | |
uses: ludeeus/[email protected] | |
yamllint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out ${{ github.repository }}:${{ github.ref_name }} | |
uses: actions/checkout@v3 | |
- name: Frenck's yamllint | |
uses: frenck/[email protected] |