Skip to content

Linting c72f7bb5b697925fc0c5353f564845882c7b24c8 #43

Linting c72f7bb5b697925fc0c5353f564845882c7b24c8

Linting c72f7bb5b697925fc0c5353f564845882c7b24c8 #43

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]
with:
ignore_paths: >-
i3blocks/contrib
ignore_names: >-
.zsh*
yamllint:
runs-on: ubuntu-latest
steps:
- name: Check out ${{ github.repository }}:${{ github.ref_name }}
uses: actions/checkout@v3
- name: Run yamllint
run: |
yamllint .