1
0
Fork 0

Remove GitHub workflows

This commit is contained in:
Alex Kotov 2024-01-04 21:20:49 +04:00
parent 0b795b1f84
commit 1f7ff61a37
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
2 changed files with 0 additions and 37 deletions

View file

@ -1,32 +0,0 @@
name: "CodeQL"
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
schedule:
- cron: '43 1 * * 2'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ 'python' ]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
queries: security-extended
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

View file

@ -894,11 +894,6 @@ docker run -it -p 8000:8000 \
</details> </details>
### Common development tasks
See the `./bin/` folder and read the source of the bash scripts within.
You can also run all these in Docker. For more examples see the GitHub Actions CI/CD tests that are run: `.github/workflows/*.yaml`.
#### Run in DEBUG mode #### Run in DEBUG mode
<details><summary><i>Click to expand...</i></summary> <details><summary><i>Click to expand...</i></summary>