Skip to content

Skip default composite views during import #1705

Skip default composite views during import

Skip default composite views during import #1705

name: Delta Static analysis
on:
pull_request:
paths:
- 'delta/**'
- 'ship/**'
- 'storage/**'
- '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@v4
with:
fetch-depth: 0
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'sbt'
check-latest: true
- name: Static analysis
run: |
sbt -Dsbt.color=always -Dsbt.supershell=false \
clean \
static-analysis