Bump SQLitePCLRaw.provider.sqlite3 and SQLitePCLRaw.core in /samples/snippets/standard/data/sqlite/SqliteProviderSample #1512
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: MSDocs build verifier | |
on: pull_request | |
env: | |
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }} | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
jobs: | |
validate: | |
name: MSDocs build verifier | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout the repository | |
uses: actions/checkout@v4.1.5 | |
- name: Validate | |
uses: dotnet/docs-actions/actions/docs-verifier@main |