Skip to content

turn DISCORD_ROLE_ID into an allowlist (#19) #54

turn DISCORD_ROLE_ID into an allowlist (#19)

turn DISCORD_ROLE_ID into an allowlist (#19) #54

Workflow file for this run

name: check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
deno-version: [canary]
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
with:
deno-version: ${{ matrix.deno-version }}
- run: deno lint && git diff-index --quiet HEAD
- run: deno fmt && git diff-index --quiet HEAD