Skip to content

chore: Remove all traces of ShuJu #5

chore: Remove all traces of ShuJu

chore: Remove all traces of ShuJu #5

Workflow file for this run

name: any2json-csv
on:
push:
branches:
- '**'
- "!main"
paths:
- any2json/**
- .github/workflows/any2json-csv.yml
jobs:
build:
uses: ./.github/workflows/maven-build.yml
with:
service: any2json-csv
test:
needs: [build]
uses: ./.github/workflows/maven-test.yml
with:
service: any2json-csv
secrets: inherit