Skip to content

Commit 06c91b2

Browse files
committed
Formatting.
Signed-off-by: Alexander Adam <alphaone23@gmail.com>
1 parent 81c02f9 commit 06c91b2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
shell: bash
3636
run: |
3737
set -euo pipefail
38-
38+
3939
TAG=`echo "${{ github.event.release.tag_name }}" | sed 's/\//-/g'`
4040
git archive \
4141
--format=tar.gz \
@@ -73,7 +73,7 @@ jobs:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474
run: |
7575
set -euo pipefail
76-
76+
7777
mkdir -p release-assets
7878
cd release-assets
7979
# gets all assets of the release
@@ -85,7 +85,7 @@ jobs:
8585
working-directory: release-assets
8686
run: |
8787
set -euo pipefail
88-
88+
8989
# Robustly hash all regular files in this directory, then base64 and write via tee.
9090
LC_ALL=C find . -maxdepth 1 -type f -printf '%P\0' \
9191
| sort -z \

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
id: PrintSarif
7373
run: |
7474
cat govulncheck-results.sarif
75-
75+
7676
if grep "'results'" govulncheck-results.sarif
7777
then
7878
echo "hasResults=true" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)