Skip to content

Update kind-projector to 0.13.3 #219

Update kind-projector to 0.13.3

Update kind-projector to 0.13.3 #219

Workflow file for this run

# This is a workflow to format automatically Scala code using scalafmt
name: Scalafmt Action
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
scalafmt-native-formatter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checking the code with scalafmt
uses: AvaPL/scalafmt-native-formatter@v0