Support specify which call to assert in have_been_called_with #1163
Workflow file for this run
This file contains hidden or 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: Editorconfig Linter | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| linter: | |
| name: "Run Lint on ${{ matrix.os }}" | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - name: Editorconfig Linter | |
| uses: editorconfig-checker/action-editorconfig-checker@main | |
| - name: Run Linter | |
| run: editorconfig-checker | |