build(deps): bump rexml from 3.2.5 to 3.3.9 in /chat-application/ios #402
This file contains 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
# This workflow verify deepsource config is correctly setup | |
name: Verify DeepSource Dependencies in Config | |
# Controls when the workflow will run | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
verify-deepsource-config: | |
name: Verify DeepSource config | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install modules - Scripts | |
working-directory: ./scripts | |
run: yarn | |
- name: Run Test - Scripts | |
working-directory: ./scripts | |
run: yarn verify-deepsource-config |