feat: add link to game in achievements page

This commit is contained in:
Zamitto 2024-10-19 13:45:21 -03:00
parent f7b9a88219
commit 89bb099caa
3 changed files with 21 additions and 9 deletions

View file

@ -18,7 +18,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.11.1
cache: "yarn"
- name: Install dependencies
run: yarn
@ -27,7 +26,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.9
cache: "pip"
- name: Install dependencies
run: pip install -r requirements.txt