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