diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-09-28 12:16:51 +0300 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2019-09-28 12:16:51 +0300 |
| commit | 6c50390f78e417025d41d8d92852e911faf5121c (patch) | |
| tree | a7ee90aba1acbf5daf4b5b4cafaf766cf9bc2def /.github | |
| parent | ec69fcb1956d881a2570da574d27880e0ea57247 (diff) | |
| download | pfetch-6c50390f78e417025d41d8d92852e911faf5121c.tar.gz | |
docs: update
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b858fd3..cccbfbe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,10 +2,16 @@ name: Shellcheck on: [push] jobs: build: - runs-on: [ubuntu-latest, macOS-latest] + runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Run shellcheck. run: | shellcheck pfetch sh pfetch + runs-on: macOS-latest + steps: + - uses: actions/checkout@v1 + - name: Run shellcheck. + run: | + sh pfetch |
