Skip to content

Commit f15ade8

Browse files
authored
Merge pull request #146 from mvallim/feature/update-workflow
Auto-created pull request into `develop` from `feature/update-workflow`
2 parents d1a8235 + 73074b8 commit f15ade8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858

5959
- name: Create Pull Request (${{ inputs.type }})
60-
uses: peter-evans/create-pull-request@v7
60+
uses: peter-evans/create-pull-request@v8
6161
with:
6262
title: Auto-created pull request into `${{ inputs.target-branch }}` from `${{ github.ref_name }}`
6363
token: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# Java Fluent Validator
44

5-
[![Java CI with Maven](https://github.com/mvallim/java-fluent-validator/actions/workflows/ci.yml/badge.svg)](https://github.com/mvallim/java-fluent-validator/actions/workflows/ci.yml)
5+
[![Build, Publish Snapshot and Pull Request](https://github.com/mvallim/java-fluent-validator/actions/workflows/cd-snapshot.yml/badge.svg)](https://github.com/mvallim/java-fluent-validator/actions/workflows/cd-snapshot.yml)
66
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=java-fluent-validator&metric=alert_status)](https://sonarcloud.io/dashboard?id=java-fluent-validator)
77
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=java-fluent-validator&metric=coverage)](https://sonarcloud.io/dashboard?id=java-fluent-validator)
8-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.mvallim/java-fluent-validator/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.mvallim/java-fluent-validator)
8+
[![Maven Central](https://img.shields.io/maven-central/v/com.github.mvallim/java-fluent-validator)](https://img.shields.io/maven-central/v/com.github.mvallim/java-fluent-validator)
99
[![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)](http://www.apache.org/licenses/LICENSE-2.0)
1010

1111
Validating data is a common task that occurs throughout any application, especially the business logic layer. As for some quite complex scenarios, often the same or similar validations are scattered everywhere, thus it is hard to reuse code and break the [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) rule.

0 commit comments

Comments
 (0)