Skip to content

Run offline

Run offline #12

Workflow file for this run

name: Inga Analysis
on:
pull_request:
jobs:
inga-analysis:
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write
environment:
name: inga-report
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: seachicken/inga-action@main
with:
language: "java"
exclude: "src/test/**"
- uses: actions/upload-pages-artifact@v3
with:
name: inga-report
path: inga-report/
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
artifact_name: inga-report