Skip to content

Add ,trust command to grant users Trusted role #64

Add ,trust command to grant users Trusted role

Add ,trust command to grant users Trusted role #64

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build
run: ./gradlew build