Skip to content

Bump unfetch from 4.2.0 to 5.0.0 #4129

Bump unfetch from 4.2.0 to 5.0.0

Bump unfetch from 4.2.0 to 5.0.0 #4129

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"