mirror of
https://github.com/frej/fast-export.git
synced 2026-02-26 06:20:42 +01:00
Drop manual CodeQL actions
Use default configuration as configured in the web interface instead of hand-configured ci-actions which gives warnings.
This commit is contained in:
19
.github/workflows/ci.yml
vendored
19
.github/workflows/ci.yml
vendored
@@ -69,22 +69,3 @@ jobs:
|
||||
|
||||
- name: Run tests on 3.x
|
||||
run: make -C t
|
||||
|
||||
code-quality:
|
||||
name: Run code quality checks
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 1
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2
|
||||
with:
|
||||
languages: python
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v2
|
||||
|
||||
Reference in New Issue
Block a user