Skip to content

Bump org.apache.spark:spark-core_2.12 from 3.0.1 to 3.3.3 #70

Bump org.apache.spark:spark-core_2.12 from 3.0.1 to 3.3.3

Bump org.apache.spark:spark-core_2.12 from 3.0.1 to 3.3.3 #70

Workflow file for this run

name: Run Scala Formatter (scalafmt)
on:
pull_request:
branches: [main]
jobs:
scalafmt-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Run scalafmt
uses: openlawteam/scalafmt-ci@v2
with:
args: '--list'