Skip to content

Test Cases created with Jest (add/sub/mult/div) #6

Test Cases created with Jest (add/sub/mult/div)

Test Cases created with Jest (add/sub/mult/div) #6

Workflow file for this run

name: Project Management
on:
issues:
types:
- opened
- reopened
pull_request:
branches:
- master
types:
- opened
- reopened
jobs:
add-to-project:
name: Add issue to Backlog
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/multiparty/projects/2
github-token: ${{ secrets.PROJECT_TOKEN }}