Skip to content

Commit 600aeb9

Browse files
committed
Reformats
1 parent f347696 commit 600aeb9

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/build-and-check.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
run: echo "The selected java versions are ${{ steps.set-matrix.outputs.version_matrix }}"
1919
outputs:
2020
version_matrix: ${{ steps.set-matrix.outputs.version_matrix }}
21+
2122
build:
2223
needs: build-jvm-matrix
2324
strategy:

.github/workflows/changelog.yml

-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@ on:
77
jobs:
88
build:
99
name: Changelog Entry Check
10-
1110
runs-on: ubuntu-latest
1211
if: github.repository == 'JLLeitschuh/ktlint-gradle'
13-
1412
steps:
1513
- uses: actions/checkout@v2
16-
1714
- name: Grep CHANGES.md for PR number
1815
if: contains(github.event.pull_request.labels.*.name, 'skip news') != true
1916
run: |

.github/workflows/perform-release.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ name: "Perform Release"
22
on:
33
workflow_dispatch:
44
inputs:
5-
new_version:
6-
7-
description: "Release Version (no 'v')"
8-
required: true
9-
type: string
5+
new_version:
6+
description: "Release Version (no 'v')"
7+
required: true
8+
type: string
109

1110
jobs:
1211
perform-release:

0 commit comments

Comments
 (0)