Skip to content

Commit

Permalink
Reformats
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jan 20, 2024
1 parent f347696 commit 600aeb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: echo "The selected java versions are ${{ steps.set-matrix.outputs.version_matrix }}"
outputs:
version_matrix: ${{ steps.set-matrix.outputs.version_matrix }}

build:
needs: build-jvm-matrix
strategy:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ on:
jobs:
build:
name: Changelog Entry Check

runs-on: ubuntu-latest
if: github.repository == 'JLLeitschuh/ktlint-gradle'

steps:
- uses: actions/checkout@v2

- name: Grep CHANGES.md for PR number
if: contains(github.event.pull_request.labels.*.name, 'skip news') != true
run: |
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/perform-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: "Perform Release"
on:
workflow_dispatch:
inputs:
new_version:

description: "Release Version (no 'v')"
required: true
type: string
new_version:
description: "Release Version (no 'v')"
required: true
type: string

jobs:
perform-release:
Expand Down

0 comments on commit 600aeb9

Please sign in to comment.