Skip to content

feat: almost part 2 d19 #120

feat: almost part 2 d19

feat: almost part 2 d19 #120

Workflow file for this run

name: 2022
on: [push]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: curl https://raw.githubusercontent.com/scalameta/scalafmt/master/bin/install-scalafmt-native.sh | bash -s -- 3.6.1 $(pwd)/scalafmt
working-directory: 2022/
- run: ./scalafmt --test --config .scalafmt.conf src/*.scala
working-directory: 2022/