Skip to content

Update Slack integration to use channelId instead of channelName #53

Update Slack integration to use channelId instead of channelName

Update Slack integration to use channelId instead of channelName #53

Workflow file for this run

name: PR Checks
on:
pull_request:
jobs:
verify:
name: Verify
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Install Node
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
- name: Install Dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Run Unit Tests
run: npm test