Skip to content

Commit

Permalink
removed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arsalan-dev-engineer committed Aug 3, 2024
1 parent 03b0487 commit 0e2af64
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,30 +72,3 @@ jobs:
# --log-level=debug: log level set to debug for detailed logging
# --log-opts="--all": scan all commits in the repository's history
args: --redact -v --exit-code=2 --report-format=sarif --report-path=results.sarif --log-level=debug --log-opts="--all"

# job to run code linting
code-lint:
name: "3. Run Code Lint"
# depend on the security-scan job
needs: security-scan
runs-on: ubuntu-latest
permissions:
# permissions required for code linting
contents: read
packages: read
statuses: write

steps:
- name: Checkout Repository
# use the checkout action version 4
uses: actions/checkout@v4
with:
# fetch only the latest commit
fetch-depth: 1

- name: Run Code Linter
# use the super-linter action version 6.6.0
uses: super-linter/[email protected]
env:
# GitHub token for accessing the repository
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0e2af64

Please sign in to comment.