diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 275378a..3d3a7a4 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -17,13 +17,9 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - - name: Set permissions for the script run: chmod +x files/unitTest.sh - - name: Run tests - run: . files/unitTest.sh - lint: runs-on: ubuntu-latest