Skip to content

Linting 791fb0d399241f739d79c536b20d185c2235819e #82

Linting 791fb0d399241f739d79c536b20d185c2235819e

Linting 791fb0d399241f739d79c536b20d185c2235819e #82

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 .