Skip to content

Bump snappy-java from 1.1.7.3 to 1.1.10.1 #68

Bump snappy-java from 1.1.7.3 to 1.1.10.1

Bump snappy-java from 1.1.7.3 to 1.1.10.1 #68

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'