Skip to content

further alignment

further alignment #6

Workflow file for this run

name: DeepScan Static Analysis
on:
push:
branches: [ "**" ]
pull_request:
branches: [ "**" ]
jobs:
deepscan:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20.17.0'
- name: Install Dependencies
run: npm install
- name: Run DeepScan
uses: DeepScan/gh-action@v1
with:
api_key: ${{ secrets.DEEPSCAN_API_KEY }}