mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
12 lines
214 B
YAML
12 lines
214 B
YAML
name: Shellcheck
|
|
on: [push]
|
|
jobs:
|
|
build:
|
|
runs-on: [ubuntu-latest, macOS-latest]
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- name: Run shellcheck.
|
|
run: |
|
|
shellcheck pfetch
|
|
sh pfetch
|