Skip to content

Merge pull request #320 from dysolix/blockedchain #96

Merge pull request #320 from dysolix/blockedchain

Merge pull request #320 from dysolix/blockedchain #96

Workflow file for this run

name: Compile check
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
- name: Install Packages
run: npm install
- name: Build Botty
run: npm run compile