Skip to content

Commit 7ddeac1

Browse files
committed
🎨 Format with yamlfmt
1 parent 0b02f3c commit 7ddeac1

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
name: "Build"
2-
1+
name: Build
32
on:
43
push:
54
branches: [master]
65
pull_request:
76
branches: [master]
8-
97
jobs:
108
build:
119
runs-on: ubuntu-latest

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
name: "CodeQL"
2-
1+
name: CodeQL
32
on:
43
push:
54
branches: [master]
65
pull_request:
76
branches: [master]
87
schedule:
98
- cron: "27 4 * * 4"
10-
119
jobs:
1210
analyze:
1311
name: Analyze
@@ -16,16 +14,13 @@ jobs:
1614
actions: read
1715
contents: read
1816
security-events: write
19-
2017
strategy:
2118
fail-fast: false
2219
matrix:
2320
language: ["go"]
24-
2521
steps:
2622
- name: Checkout repository
2723
uses: actions/checkout@v2
28-
2924
- name: Initialize CodeQL
3025
uses: github/codeql-action/init@v1
3126
with:

0 commit comments

Comments
 (0)