Skip to content

Commit 4404ea1

Browse files
committed
fmt
1 parent 6d7a0dc commit 4404ea1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -899,22 +899,22 @@ jobs:
899899
run: |
900900
make sqlc-vet
901901
902-
# dependency-license-review checks that no license-incompatible dependencies have been introduced.
902+
# dependency-license-review checks that no license-incompatible dependencies have been introduced.
903903
# This action is not intended to do a vulnerability check since that is handled by a separate action.
904904
dependency-license-review:
905905
runs-on: ubuntu-latest
906906
steps:
907-
- name: 'Checkout Repository'
907+
- name: "Checkout Repository"
908908
uses: actions/checkout@v4
909-
- name: 'Dependency Review'
909+
- name: "Dependency Review"
910910
id: review
911911
uses: actions/dependency-review-action@v4
912912
with:
913913
#allow-licenses: Apache-2.0, BSD-2-Clause, BSD-3-Clause, CC0-1.0, ISC, MIT, MIT-0, MPL-2.0
914914
allow-licenses: BSD-2-Clause, BSD-3-Clause, CC0-1.0, ISC, MIT, MIT-0, MPL-2.0
915915
license-check: true
916916
vulnerability-check: false
917-
- name: 'Report'
917+
- name: "Report"
918918
# make sure this step runs even if the previous failed
919919
if: ${{ failure() && steps.review.conclusion == 'failure' }}
920920
shell: bash

0 commit comments

Comments
 (0)