Skip to content

Fix Cannot read properties of undefined (reading 'payload') #12

Fix Cannot read properties of undefined (reading 'payload')

Fix Cannot read properties of undefined (reading 'payload') #12

Workflow file for this run

name: Test build
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
test-job:
name: Test job.
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: make dist/index.html