Skip to content

Commit

Permalink
Merge pull request #161 from finol-digital/develop
Browse files Browse the repository at this point in the history
v1.121
  • Loading branch information
davidmfinol authored Oct 21, 2024
2 parents 536ba44 + 9ff10f8 commit c3f353e
Show file tree
Hide file tree
Showing 34 changed files with 1,642 additions and 192 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ jobs:
./dotnet-sonarscanner begin \
/o:"finol-digital" \
/k:"finol-digital_Card-Game-Simulator" \
/d:sonar.login="$SONAR_TOKEN" \
/d:sonar.token="$SONAR_TOKEN" \
/d:sonar.host.url=https://sonarcloud.io \
/d:sonar.exclusions=Assets/Plugins/**
/d:sonar.exclusions=**/Plugins/**
dotnet build Card-Game-Simulator.sln
./dotnet-sonarscanner end /d:sonar.login="$SONAR_TOKEN"
./dotnet-sonarscanner end /d:sonar.token="$SONAR_TOKEN"
cd Card-Game-Simulator
- name: SonarQube Quality Gate Check
uses: SonarSource/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: scrape
on:
workflow_dispatch:
schedule:
- cron: '0 21 * * *'
# schedule:
# - cron: '0 21 * * *'
jobs:
scrape:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Assets/Plugins/FinolDigital.Cgs.CardGameDef.dll
Git LFS file not shown
14 changes: 6 additions & 8 deletions Assets/Prefabs/CardGameView/Viewer/Card Action Panel.prefab

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c3f353e

Please sign in to comment.