Skip to content

Remove old Alacritty config #176

Remove old Alacritty config

Remove old Alacritty config #176

Workflow file for this run

---
on:
push:
pull_request:
name: "Linter"
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
strategy:
matrix:
shell:
- sh
- bash
- dash
- ksh
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -s ${{ matrix.shell }}
with:
ignore_names: .zshrc
superlinter:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint dotfiles
uses: github/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: "master"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_BASH: false
VALIDATE_CSS: false
FILTER_REGEX_EXCLUDE: .*README\.md*