docs: update

This commit is contained in:
Dylan Araps 2019-09-28 12:16:51 +03:00
parent ec69fcb195
commit 6c50390f78

View File

@ -2,10 +2,16 @@ name: Shellcheck
on: [push] on: [push]
jobs: jobs:
build: build:
runs-on: [ubuntu-latest, macOS-latest] runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Run shellcheck. - name: Run shellcheck.
run: | run: |
shellcheck pfetch shellcheck pfetch
sh pfetch sh pfetch
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Run shellcheck.
run: |
sh pfetch