Skip to content

[RFR] Task manager: application related tasks are deleted once the app is deleted #3411

[RFR] Task manager: application related tasks are deleted once the app is deleted

[RFR] Task manager: application related tasks are deleted once the app is deleted #3411

Workflow file for this run

name: Code formatting
on: pull_request
jobs:
build:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm install .
- run: npm run check