Skip to content

Commit

Permalink
further alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
e_oghabayen committed Oct 31, 2024
1 parent 2a90956 commit c33a06e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deepscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: DeepScan Static Analysis

on:
push:
branches: [ main ]
branches: [ "**" ]
pull_request:
branches: [ main ]
branches: [ "**" ]

jobs:
deepscan:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x' # Adjust to your project's Node.js version
node-version: '20.17.0'

- name: Install Dependencies
run: npm install
Expand Down

0 comments on commit c33a06e

Please sign in to comment.