Skip to content

Linting 5c1c3f8c16a6fe330d5f95ea0731bbe75235f777 #88

Linting 5c1c3f8c16a6fe330d5f95ea0731bbe75235f777

Linting 5c1c3f8c16a6fe330d5f95ea0731bbe75235f777 #88

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
.oh-my-zsh
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 .