Skip to content

fix

fix #41

Workflow file for this run

name: Shellcheck
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run shellcheck.
run: |
shellcheck pfetch
TERM=dumb sh pfetch