Skip to content

Bump org.codehaus.plexus:plexus-component-metadata from 2.1.1 to 2.2.0 in /convention-develocity-maven-extension/extension #2848

Bump org.codehaus.plexus:plexus-component-metadata from 2.1.1 to 2.2.0 in /convention-develocity-maven-extension/extension

Bump org.codehaus.plexus:plexus-component-metadata from 2.1.1 to 2.2.0 in /convention-develocity-maven-extension/extension #2848

name: Validate Shell Scripts
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
validation:
name: Validation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate
uses: luizm/action-sh-checker@v0.8.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SHELLCHECK_OPTS: -a -x
with:
sh_checker_comment: true
sh_checker_shfmt_disable: true
sh_checker_exclude: "gradlew mvnw"