fix: fixes deletion of uncommited files in the current working directory #1179
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Format | |
on: | |
pull_request: | |
jobs: | |
format: | |
name: dprint | |
runs-on: ubuntu-latest | |
steps: | |
- uses: bakdata/ci-templates/actions/[email protected] | |
- name: Check formatting | |
uses: dprint/[email protected] |