docs: update
This commit is contained in:
parent
ec69fcb195
commit
6c50390f78
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user