Skip to content

use R.isNil also to check undefined and null #207

use R.isNil also to check undefined and null

use R.isNil also to check undefined and null #207

name: 'Merge main into sandbox'
on:
push:
branches:
- main
jobs:
merge_main_into_sandbox:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Nightly Merge
uses: robotology/[email protected]
with:
stable_branch: 'main'
development_branch: 'sandbox'
allow_ff: false
user_name: Github Action
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}