Skip to content

Bump ts-loader from 9.4.2 to 9.5.0 #3514

Bump ts-loader from 9.4.2 to 9.5.0

Bump ts-loader from 9.4.2 to 9.5.0 #3514

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@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
- name: Formatting
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck
- name: Scalafix
run: sbt "scalafixAll --check"