Skip to content

Infer scalafmt version from .scalafmt.conf instead of using arg (#5) #54

Infer scalafmt version from .scalafmt.conf instead of using arg (#5)

Infer scalafmt version from .scalafmt.conf instead of using arg (#5) #54

Workflow file for this run

on: [push]
name: Check with good testdata
jobs:
check-good-testdata:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checking testdata (pass)
uses: ./
working-directory: .github/testdata

Check failure on line 11 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Check with good testdata

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 11, Col: 9): Unexpected value 'working-directory'
with:
args: "--exclude Bad.scala --list"