Skip to content

Bump @babel/preset-env from 7.21.5 to 7.22.9 #3418

Bump @babel/preset-env from 7.21.5 to 7.22.9

Bump @babel/preset-env from 7.21.5 to 7.22.9 #3418

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"