Skip to content

Commit 4432bd1

Browse files
committed
fix: linting
Signed-off-by: Goetz Goerisch <[email protected]>
1 parent eb8b3e1 commit 4432bd1

File tree

2 files changed

+18
-19
lines changed

2 files changed

+18
-19
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
# For most projects, this workflow file will not need changing; you simply need
2-
# to commit it to your repository.
3-
#
4-
# You may wish to alter this file to override the set of languages analyzed,
5-
# or to provide custom queries or build logic.
6-
#
7-
# ******** NOTE ********
8-
# We have attempted to detect the languages in your repository. Please check
9-
# the `language` matrix defined below to confirm you have the correct set of
10-
# supported CodeQL languages.
11-
#
1+
---
122
name: "CodeQL"
133

144
on:
@@ -33,8 +23,10 @@ jobs:
3323
fail-fast: false
3424
matrix:
3525
language: ["javascript"]
36-
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
37-
# Learn more about CodeQL language support at https://git.io/codeql-language-support
26+
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java',
27+
# 'javascript', 'python', 'ruby' ]
28+
# Learn more about CodeQL language support at
29+
# https://git.io/codeql-language-support
3830

3931
steps:
4032
- name: Checkout repository
@@ -45,20 +37,26 @@ jobs:
4537
uses: github/codeql-action/[email protected]
4638
with:
4739
languages: ${{ matrix.language }}
48-
# If you wish to specify custom queries, you can do so here or in a config file.
49-
# By default, queries listed here will override any specified in a config file.
50-
# Prefix the list here with "+" to use these queries and those in the config file.
40+
# If you wish to specify custom queries, you can do so here or
41+
# in a config file.
42+
# By default, queries listed here will override any specified
43+
# in a config file.
44+
# Prefix the list here with "+" to use these queries and those
45+
# in the config file.
5146
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5247

53-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
54-
# If this step fails, then you should remove it and run the build manually (see below)
48+
# Autobuild attempts to build any compiled languages
49+
# (C/C++, C#, or Java).
50+
# If this step fails, then you should remove it and
51+
# run the build manually (see below)
5552
- name: Autobuild
5653
uses: github/codeql-action/[email protected]
5754

5855
# ℹ️ Command-line programs to run using the OS shell.
5956
# 📚 https://git.io/JvXDl
6057

61-
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
58+
# ✏️ If the Autobuild fails above, remove it and uncomment
59+
# the following three lines
6260
# and modify them (or add more) to build your code if your project
6361
# uses a compiled language
6462

.github/workflows/container_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Container Build
23

34
# This workflow uses actions that are not certified by GitHub.

0 commit comments

Comments
 (0)