Skip to content

improved version id #95

improved version id

improved version id #95

Workflow file for this run

name: Intellij
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Intellij
uses: mridang/[email protected]
with:
target: /github/workspace
profile: /github/workspace/.idea/inspectionProfiles/CI.xml
output: output
verbosity: v2
scope: Inspection
- name: Archive inspection results
if: ${{ failure() }}
uses: actions/upload-artifact@v1
with:
name: inspection-results
path: output