fix: types for model API with compound unique and findOne #2135
Workflow file for this run
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: Prettier | |
on: [pull_request] | |
jobs: | |
lint-packages: | |
runs-on: ubuntu-latest | |
name: Packages | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actionsx/prettier@v2 | |
with: | |
args: --check packages | |
lint-integration: | |
runs-on: ubuntu-latest | |
name: Integration Tests | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actionsx/prettier@v2 | |
with: | |
args: --check integration/testdata |