aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-22 20:21:09 +0000
committera1346054 <36859588+a1346054@users.noreply.github.com>2021-10-14 21:48:12 +0000
commitcea34725f1abf80612fe00e4e4feac0479aef52b (patch)
treea1759685ae56b187e4956e69864517ae382b51fe /.github
parent601e215565a6b5518fc7c7883707106eda73fb9d (diff)
downloadonionshare-cea34725f1abf80612fe00e4e4feac0479aef52b.tar.gz
onionshare-cea34725f1abf80612fe00e4e4feac0479aef52b.zip
Fix whitespace issues
* make sure files contain a final newline * use consistent indentation * trim excess whitespace * trim trailing whitespace
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index f1d47856..2285b1fc 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -47,7 +47,7 @@ jobs:
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main
- # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
+ # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1