Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Log occurred exception even if it doesn't have cause #145

Log occurred exception even if it doesn't have cause

Log occurred exception even if it doesn't have cause #145

Workflow file for this run

name: Scalafmt
on:
pull_request:
branches: ['**']
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
name: Code is formatted
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Check project is formatted
uses: jrouly/scalafmt-native-action@v2
with:
version: '3.1.2'