Skip to content

feat(interpreter): add network graph to display the results of the Show Columns cmd #23

feat(interpreter): add network graph to display the results of the Show Columns cmd

feat(interpreter): add network graph to display the results of the Show Columns cmd #23

Workflow file for this run

name: check
on:
workflow_dispatch:
pull_request:
jobs:
build:
uses: ./.github/workflows/build.yml
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-java@v4
with:
java-version: "8"
distribution: "temurin"
cache: "maven"
- run: mvn fmt:check
title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}