Skip to content

Remove legacy Slack references #10

Remove legacy Slack references

Remove legacy Slack references #10

Workflow file for this run

# Workflow to run CI and tests for all branches on push and on pull requests
name: CI
on:
pull_request:
push:
branches:
- 'main'
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test