Skip to content

WM-2378: Update billing-profile-manager-client-javax from 0.1.223-SNAPSHOT to 0.1.236-SNAPSHOT #2275

WM-2378: Update billing-profile-manager-client-javax from 0.1.223-SNAPSHOT to 0.1.236-SNAPSHOT

WM-2378: Update billing-profile-manager-client-javax from 0.1.223-SNAPSHOT to 0.1.236-SNAPSHOT #2275

Workflow file for this run

name: Check formatting for modified files with scalafmt
on:
pull_request:
paths-ignore: ['**.md']
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
ref: ${{ github.event.pull_request.head.sha }}
- name: coursier-cache-action
uses: coursier/cache-action@v6
- name: Check formatting for modified files
run: |
sbt scalafmtCheckAll