Skip to content

#44: Fix vulnerability in org.eclipse.parsson:parsson #48

#44: Fix vulnerability in org.eclipse.parsson:parsson

#44: Fix vulnerability in org.eclipse.parsson:parsson #48

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Run scalafix checks
run: mvn --batch-mode clean compile test-compile scalastyle:check scalafix:scalafix spotless:check