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