Skip to content

Commit

Permalink
removed direct script and seeing about using a github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mjtalbot committed Jun 29, 2021
1 parent 6fe96ff commit 19fe66d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 25 deletions.
20 changes: 0 additions & 20 deletions .github/scripts/rive_cpp_check.sh

This file was deleted.

11 changes: 6 additions & 5 deletions .github/workflows/submodule_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2

- name: Run cpp version check
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
run: sh ./.github/scripts/rive_cpp_check.sh
- name: Run cpp version check
uses: rive-app/github-actions-submodule-check@v6
with:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SUBMODULE_GIT_URL: https://github.com/rive-app/rive-cpp.git

0 comments on commit 19fe66d

Please sign in to comment.