Skip to content

chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.16.0 #800

chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.16.0

chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.16.0 #800

Workflow file for this run

name: aws-sqs-project
on:
push:
paths:
- "aws-sqs-project/**"
branches: [ main ]
pull_request:
paths:
- "aws-sqs-project/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: "aws-sqs-project"
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK
uses: actions/[email protected]
with:
java-version: 21
distribution: 'temurin'
cache: 'maven'
- name: Build and analyze
run: ./mvnw clean verify