Skip to content

Updated .gitignore

Updated .gitignore #84

Workflow file for this run

name: Slither Security Audit
on:
push:
branches: [main]
jobs:
analyze:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Slither
uses: crytic/[email protected]
id: slither
with:
target: 'backend/'
fail-on: none
node-version: 20