Skip to content

Commit

Permalink
fiddling with some stuff
Browse files Browse the repository at this point in the history
Change-Id: If193697713cedb68f1643bad448008f3db865f5e
  • Loading branch information
cooljeanius committed Oct 23, 2023
1 parent f6858c9 commit f0b0ae5
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'python', 'ruby' ]
language: [ 'c-cpp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby' ]
# CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ]
# Use only 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
Expand All @@ -68,6 +68,9 @@ jobs:
# https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality

- name: Dependencies
if: matrix.language == 'c-cpp'
run: sudo apt-get -y install autopoint gobjc

# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below)
Expand Down
1 change: 1 addition & 0 deletions build/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!.
23 changes: 23 additions & 0 deletions htdocs/images/archer-fish.eps

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added htdocs/images/archer-fish.pdf
Binary file not shown.

0 comments on commit f0b0ae5

Please sign in to comment.