Skip to content

Check with all testdata #3

Check with all testdata

Check with all testdata #3

Workflow file for this run

on: [workflow_dispatch]
name: Check with all testdata
jobs:
check-testdata:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checking testdata
uses: ./
with:
args: "-c .github/testdata/.scalafmt.conf --list"