Skip to content

Bump lycheeverse/lychee-action from 1.5.0 to 2.0.2 in /.github/workflows in the github_actions group across 1 directory #2

Bump lycheeverse/lychee-action from 1.5.0 to 2.0.2 in /.github/workflows in the github_actions group across 1 directory

Bump lycheeverse/lychee-action from 1.5.0 to 2.0.2 in /.github/workflows in the github_actions group across 1 directory #2

Workflow file for this run

name: Checkstyle
on: [push, pull_request]
jobs:
checkstyle:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11 ]
steps:
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- uses: actions/checkout@v2
- name: Check style and license headers
run: |
./gradlew checkstyleMain checkstyleTest