Skip to content

Linting 9dda1777e19cd00f29f566ed37afd8b4089a6470 #34

Linting 9dda1777e19cd00f29f566ed37afd8b4089a6470

Linting 9dda1777e19cd00f29f566ed37afd8b4089a6470 #34

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-22.04
steps:
- name: Check out ${{ github.repository }}:${{ github.ref_name }}
uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@2.0.0
with:
version: v0.8.0
yamllint:
runs-on: ubuntu-22.04
steps:
- name: Check out ${{ github.repository }}:${{ github.ref_name }}
uses: actions/checkout@v3
- name: Run yamllint
run: |
yamllint .