Skip to content

Fix elasticsearch indexing when the resource is indexed twice in the same chunk #63

Fix elasticsearch indexing when the resource is indexed twice in the same chunk

Fix elasticsearch indexing when the resource is indexed twice in the same chunk #63

name: Delta Static analysis
on:
pull_request:
paths:
- 'delta/**'
- 'build.sbt'
- 'project/**'
- '.github/workflows/ci-delta-static-analysis.yml'
jobs:
run:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
timeout-minutes: 20
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Static analysis
run: |
sbt -Dsbt.color=always -Dsbt.supershell=false \
clean \
static-analysis