Skip to content

Commit

Permalink
feat: Setup project to use pyprojectx for stuff in preparation to eve…
Browse files Browse the repository at this point in the history
…ntually replace duties.
  • Loading branch information
meramsey committed Feb 8, 2022
1 parent ed2d7f1 commit 1cbd658
Show file tree
Hide file tree
Showing 20 changed files with 330 additions and 2,370 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"
name: CodeQL

on:
push:
branches: [ master ]
branches: [master]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [master]
schedule:
- cron: '16 22 * * 1'
- cron: 16 22 * * 1

jobs:
analyze:
Expand All @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript', 'python' ]
language: [javascript, python]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support

Expand Down

0 comments on commit 1cbd658

Please sign in to comment.