Skip to content

Add chunk offset to file id key to make each chunk have a unique key #2318

Add chunk offset to file id key to make each chunk have a unique key

Add chunk offset to file id key to make each chunk have a unique key #2318

name: GoogleJavaFormat
on:
pull_request:
push:
branches:
- master
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
- name: Format code
run: ./format.sh
- if: ${{ failure() }}
run: git diff --color=always