Skip to content

Check if user is already invited to channel (#18) #5

Check if user is already invited to channel (#18)

Check if user is already invited to channel (#18) #5

Workflow file for this run

on:
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'yarn'
- run: yarn install
- run: yarn biome ci
- run: yarn tsc --noEmit