docs: basic Entity Framework Core application connecting to MS SQL Server running in a separate container on the same host. #15
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: csharp | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Clone Repository | |
| uses: actions/checkout@v4 | |
| - name: Spell Check | |
| uses: rojopolis/spellcheck-github-actions@0.45.0 | |
| with: | |
| output_file: spellcheck-output.txt |