diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db517cb4e2..0a67971f58 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ on: push: branches: [ 'master', 'release/**' ] release: - types: [published] + types: [ published ] concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -31,7 +31,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ ubuntu-latest, windows-latest, macos-latest ] runs-on: ${{ matrix.os }} permissions: contents: read @@ -152,7 +152,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ ubuntu-latest, windows-latest, macos-latest ] runs-on: ${{ matrix.os }} permissions: contents: read @@ -215,7 +215,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ ubuntu-latest, windows-latest, macos-latest ] runs-on: ${{ matrix.os }} permissions: contents: read diff --git a/.github/workflows/deps-review.yml b/.github/workflows/deps-review.yml index f3a3a4ae88..fb99a7f003 100644 --- a/.github/workflows/deps-review.yml +++ b/.github/workflows/deps-review.yml @@ -1,5 +1,5 @@ name: 'Dependency Review' -on: [pull_request] +on: [ pull_request ] concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.idea/.idea.JsonApiDotNetCore/.idea/codeStyles/Project.xml b/.idea/.idea.JsonApiDotNetCore/.idea/codeStyles/Project.xml index 902b9f865f..abb20dc84a 100644 --- a/.idea/.idea.JsonApiDotNetCore/.idea/codeStyles/Project.xml +++ b/.idea/.idea.JsonApiDotNetCore/.idea/codeStyles/Project.xml @@ -1,4 +1,4 @@ - +