Skip to content

Modify components to support ghidra-10.4 #41

Modify components to support ghidra-10.4

Modify components to support ghidra-10.4 #41

Workflow file for this run

name: CheckStyle
on:
push:
branches: [ '*' ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run java checkstyle
uses: nikitasavinov/[email protected]
with:
checkstyle_version: '8.32'
checkstyle_config: './.github/workflows/checks_rules.xml'
fail_on_error: false
level: error
reporter: 'github-pr-check'