Skip to content

docs: LICENSE fixed, badges updated in README.md #6

docs: LICENSE fixed, badges updated in README.md

docs: LICENSE fixed, badges updated in README.md #6

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
additional_files: 'dotme'
ignore_paths: >-
bin
polybar
tmux
ignore_names: >-
bash_profile
bashrc