[ef-core]: Fix RIDER-112371: Relax rules for appsettings.json
and secrets.json
parsing, allow trailing commas
#253
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: Build | |
on: | |
push: | |
branches: | |
- release/* | |
- main | |
pull_request: | |
branches: | |
- release/* | |
- main | |
workflow_dispatch: | |
jobs: | |
build-ubuntu: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 📝 Fetch Sources | |
uses: actions/checkout@v2 | |
- name: 🛠 Prepare Build Environment | |
uses: ./.github/workflows/prepare-build-env | |
- name: 🏗 Build Plugin (Stable) | |
uses: gradle/gradle-build-action@v2 | |
with: | |
arguments: buildPlugin |