Skip to content

Bump org.xerial.snappy:snappy-java from 1.1.10.1 to 1.1.10.4 #74

Bump org.xerial.snappy:snappy-java from 1.1.10.1 to 1.1.10.4

Bump org.xerial.snappy:snappy-java from 1.1.10.1 to 1.1.10.4 #74

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'