Skip to content

Add support for Render and ECS (#22) #22

Add support for Render and ECS (#22)

Add support for Render and ECS (#22) #22

Workflow file for this run

name: Node Core
on:
push:
paths:
- 'node-core/**'
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
specs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
working-directory: ./node-core
annotations: none