Skip to content

Add a filter to check if the bot is enabled #25

Add a filter to check if the bot is enabled

Add a filter to check if the bot is enabled #25

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install Dependencies
run: npm install
- name: Compile TypeScript
run: npm run build