Skip to content

Sent post message with time to parent #85

Sent post message with time to parent

Sent post message with time to parent #85

Workflow file for this run

name: Check
on:
push:
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint
- name: Run build
run: npm run build