Skip to content

chore: set working dir for scala action #4

chore: set working dir for scala action

chore: set working dir for scala action #4

Workflow file for this run

name: AoC 2022 Workflow
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck
working-directory: 2022/