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]
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user