diff options
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cccbfbe..38aa374 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,9 +9,9 @@ jobs: run: | shellcheck pfetch sh pfetch + build: runs-on: macOS-latest steps: - uses: actions/checkout@v1 - name: Run shellcheck. - run: | - sh pfetch + run: sh pfetch |
