Skip to content

Statistics discord bot implementation #40

Statistics discord bot implementation

Statistics discord bot implementation #40

Workflow file for this run

name: Tests
on: [pull_request,workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm ci
- name: Run tests
run: npm run test
env:
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}