Skip to content

Update play-ahc-ws, play-filters-helpers, ... to 3.0.3 #3952

Update play-ahc-ws, play-filters-helpers, ... to 3.0.3

Update play-ahc-ws, play-filters-helpers, ... to 3.0.3 #3952

Workflow file for this run

name: Lint
on:
push:
branches-ignore:
- master
- prod
pull_request:
jobs:
lint-scala:
name: Scala
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Formatting
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck
- name: Scalafix
run: sbt "scalafixAll --check"