Skip to content

fix: update 'cutoff' to 'cut-off' in README file #4

fix: update 'cutoff' to 'cut-off' in README file

fix: update 'cutoff' to 'cut-off' in README file #4

Workflow file for this run

name: "Code Security"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 5 * * 1'
jobs:
CodeQL:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2