alexloney / reddit_marvel_snap_card_bot

u/MarvelSnapCardBot2 on Reddit
MIT License
2 stars 0 forks source link

Prevent duplicate cards returned #10

Closed alexloney closed 6 months ago

alexloney commented 6 months ago

This closes #8.

When duplicate card names are added such as [[odin]] [[odin]], the duplicates will be reduced to a single card.

Additionally, this restructures the CI/CD pipeline as it had an issue before where the Docker container was being built using the main branch for some reason. It was very odd, but produced a difficult testing situation.