Skip to content

Update result data format #210

Update result data format

Update result data format #210

Workflow file for this run

name: lint
on: pull_request
jobs:
lint:
name: Release Tag existence Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: .github/scripts/tagcheck.sh v$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)