Update CI configs to v0.7.5

Update lint scripts and CI configs.
This commit is contained in:
Pion
2022-05-09 14:05:03 +00:00
committed by Sean DuBois
parent a6c749437b
commit 5b4afbb934
6 changed files with 62 additions and 9 deletions

View File

@@ -18,6 +18,14 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3
# The code in examples/ might intentionally do things like log credentials
# in order to show how the library is used, aid in debugging etc. We
# should ignore those for CodeQL scanning, and only focus on the package
# itself.
- name: Remove example code
run: |
rm -rf examples/
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with: