Skip to content

Update dependency com.puppycrawl.tools:checkstyle to v10.19.0 #4478

Update dependency com.puppycrawl.tools:checkstyle to v10.19.0

Update dependency com.puppycrawl.tools:checkstyle to v10.19.0 #4478

Workflow file for this run

name: DotNET
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2019, windows-latest]
fail-fast: false
max-parallel: 4
name: Test .net ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up environment
run: ./bootstrap.cmd
- name: Test with .Net
run: ./build.cmd all