Skip to content

Linting af163cd67e36fd51ecbd7d52798849d428973f91 #11

Linting af163cd67e36fd51ecbd7d52798849d428973f91

Linting af163cd67e36fd51ecbd7d52798849d428973f91 #11

Workflow file for this run

---
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]