Skip to content

Bump version to 1.0.3 #70

Bump version to 1.0.3

Bump version to 1.0.3 #70

Workflow file for this run

name: Check scalafmt on push
on:
push:
branches:
- "**"
tags-ignore:
- "**"
jobs:
scalafmt-lint:
name: Scalafmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checking your scala code formatting
uses: GarnerCorp/scalafmt-ci@main
with:
args: "--test"
version: 3.8.1