mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +00:00
[CI] Update CI to work with workspaces
This commit is contained in:
parent
7d4649b6f5
commit
d34d615784
5 changed files with 23 additions and 18 deletions
2
.github/workflows/node-badge.yml
vendored
2
.github/workflows/node-badge.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
# Calculate how many of those games we have definitions for
|
||||
rust_games_count=0
|
||||
for game in $node_games; do
|
||||
if grep "\"$game\" *=>" ./src/games/definitions.rs; then
|
||||
if grep "\"$game\" *=>" ./crates/lib/src/games/definitions.rs; then
|
||||
rust_games_count=$(( rust_games_count + 1 ))
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue