Add --core
command-line option to path_fiddle (#10619) ec8b00c206
#2994
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check rive-ios sub modules | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
schedule: | |
# 8am UTC every day | |
- cron: '0 8 * * *' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Code | |
uses: actions/checkout@v2 | |
- name: Run runtime version check | |
uses: rive-app/github-actions-submodule-check@v8 | |
with: | |
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} | |
SUBMODULE_MAIN_BRANCH: main | |
SUBMODULE_GIT_URL: https://github.com/rive-app/rive-runtime.git |