jobs:
scalafmt-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Checking your code to see if u r naughty or nice
uses: openlawteam/scalafmt-ci@v2
with:
args: "--exclude=third_party --list"
I have this job step, copied from the documentation. When this runs in my actions pipeline, I see the following error:
I have this job step, copied from the documentation. When this runs in my actions pipeline, I see the following error: