Skip to content

Commit

Permalink
Merge branch 'main' into new-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak5598 authored Mar 2, 2024
2 parents 3184b6b + 3304c80 commit a5db25b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
pre-commit:
name: Run pre-commit
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Check out Repository
uses: actions/checkout@v4
Expand All @@ -32,7 +34,8 @@ jobs:
needs:
- pre-commit
runs-on: ubuntu-latest

permissions:
issues: write
strategy:
fail-fast: false
matrix:
Expand All @@ -57,6 +60,8 @@ jobs:
needs:
- code-ql
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: nanasess/setup-chromedriver@v2
- uses: actions/checkout@v2
Expand Down

0 comments on commit a5db25b

Please sign in to comment.