Skip to content

Fixed patch note checker #107

Fixed patch note checker

Fixed patch note checker #107

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