Skip to content

Linting 215d707ea5daee8be7ae2eb21c6abd1a0ba8339a #10

Linting 215d707ea5daee8be7ae2eb21c6abd1a0ba8339a

Linting 215d707ea5daee8be7ae2eb21c6abd1a0ba8339a #10

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]