Skip to content

Move "Method must not be static" error message to static keyword #409

Move "Method must not be static" error message to static keyword

Move "Method must not be static" error message to static keyword #409

Workflow file for this run

name: PR Validation
on:
pull_request:
branches: ['*']
jobs:
validation:
name: Validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1