Skip to content

Update Apache Commons Compress dependency. #73

Update Apache Commons Compress dependency.

Update Apache Commons Compress dependency. #73

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'