ci: attempt3
Signed-off-by: Timothy Schenk <admin@rainote.dev>
This commit is contained in:
parent
a2d9780465
commit
d15347de5a
2 changed files with 7 additions and 3 deletions
|
@ -18,8 +18,13 @@ jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: ghcr.io/catthehacker/ubuntu:full-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v3
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
uses: https://github.com/actions/setup-dotnet@v3
|
uses: https://github.com/actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
|
@ -31,8 +36,5 @@ jobs:
|
||||||
dotnet build Continuity.AuthServer -c Release
|
dotnet build Continuity.AuthServer -c Release
|
||||||
- name: Qodana Scan
|
- name: Qodana Scan
|
||||||
uses: https://github.com/JetBrains/qodana-action@v2024.3
|
uses: https://github.com/JetBrains/qodana-action@v2024.3
|
||||||
with:
|
|
||||||
# args: --linter,jetbrains/qodana-dotnet:2024.3
|
|
||||||
# args: --linter,jetbrains/qodana-cdnet:2024.3-eap
|
|
||||||
env:
|
env:
|
||||||
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
||||||
|
|
2
qodana.yaml
Normal file
2
qodana.yaml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
version: '1.0'
|
||||||
|
linter: jetbrains/qodana-dotnet:2024.3
|
Loading…
Add table
Reference in a new issue