Skip to content

Merge pull request #4 from Ygrik2003/Migrate-to-alacritty-toml #21

Merge pull request #4 from Ygrik2003/Migrate-to-alacritty-toml

Merge pull request #4 from Ygrik2003/Migrate-to-alacritty-toml #21

Workflow file for this run

on: [push, pull_request]
name: 'Analyse shell scripts'
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: './usr/local/bin'
env:
SHELLCHECK_OPTS: -x -e SC2034 -e SC2154 -e SC1091