From e7b92d9e5788d7bc9e44f1e75727739614b18414 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 1 Aug 2022 12:33:52 -0400 Subject: [PATCH] [F] Fix shellcheck CI --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70906f1c..3d9d4984 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,8 +13,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + + - name: Install shellcheck + run: sudo apt-get install -y shellcheck + - name: Run shellcheck run: | - apt install -y shellcheck shellcheck neofetch ./neofetch