fix: add missing type conversion in api client and shim #1738
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow runs for every pull request | |
name: Java Format Check | |
on: | |
pull_request: | |
jobs: | |
check-java: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Support longpaths | |
run: | | |
git config --global core.longpaths true | |
- uses: actions/checkout@v4 | |
- name: Check format of Java, md and yaml | |
shell: bash | |
run: | | |
make format_java_misc-check |