Python backend for a Slack's kudos plugin.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: updated github actions

+2
+2
.github/workflows/lint-and-test.yml
··· 71 71 env: 72 72 DATABASE_URL: postgres://postgres:postgres@localhost:5432/${{ inputs.project }} 73 73 REDIS_HOST: localhost 74 + SLACK_BOT_TOKEN: dummy 75 + SLACK_TEAM_ID: dummy 74 76 run: poetry run pytest ${{ inputs.project }} 75 77