diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e64e08b39..5639b609d 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,13 +8,9 @@ jobs: - uses: actions/checkout@v1 - name: Install HatSploit run: sudo pip3 install . - - name: Perform checks - run: hsf -c macOS: runs-on: macos-latest steps: - uses: actions/checkout@v1 - name: Install HatSploit run: sudo pip3 install . - - name: Perform checks - run: hsf -c