Skip to content

feat(filestore): support reading nested directory and various file #3962

feat(filestore): support reading nested directory and various file

feat(filestore): support reading nested directory and various file #3962

Workflow file for this run

name: Format
on: [pull_request]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # v2 minimum required
- name: Check format with Maven
shell: bash
run: |
mvn clean spotless:check
license:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # v2 minimum required
- name: Check license headers
shell: bash
run: |
mvn clean license:check