pfetch/.github/workflows/main.yml

12 lines
208 B
YAML
Raw Normal View History

2019-09-24 13:51:20 +02:00
name: Shellcheck
on: [push]
jobs:
build:
2019-09-28 11:16:51 +02:00
runs-on: ubuntu-latest
2019-09-24 13:51:20 +02:00
steps:
- uses: actions/checkout@v1
- name: Run shellcheck.
2019-09-28 11:12:20 +02:00
run: |
shellcheck pfetch
2019-10-01 01:01:10 +02:00
TERM=dumb sh pfetch