Skip to content

Fixed check.continuous to accept int32, float32 and uint32 (#159) #36

Fixed check.continuous to accept int32, float32 and uint32 (#159)

Fixed check.continuous to accept int32, float32 and uint32 (#159) #36

Workflow file for this run

---
name: "CodeQL"
on:
push:
branches: [ master ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/[email protected]
# Initializes the CodeQL tools for scanning.
- uses: github/codeql-action/init@v2
with:
languages: python
config-file: ./.github/code-ql-config.yml
- uses: github/codeql-action/analyze@v2
...