Skip to content

Linting 679150fdfddec581b2f4c6cf0f5dfea6a24229e2 #28

Linting 679150fdfddec581b2f4c6cf0f5dfea6a24229e2

Linting 679150fdfddec581b2f4c6cf0f5dfea6a24229e2 #28

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/[email protected]
yamllint:
runs-on: ubuntu-22.04
steps:
- name: Check out ${{ github.repository }}:${{ github.ref_name }}
uses: actions/checkout@v3
- name: Run yamllint
run: |
yamllint .