Skip to content

chore(deps): bump flask-cors from 4.0.0 to 4.0.1 in /subjects/mobile-dev/stock-market/resources/mock-stock-data-server #67

chore(deps): bump flask-cors from 4.0.0 to 4.0.1 in /subjects/mobile-dev/stock-market/resources/mock-stock-data-server

chore(deps): bump flask-cors from 4.0.0 to 4.0.1 in /subjects/mobile-dev/stock-market/resources/mock-stock-data-server #67

name: πŸ”— GA-Misc - Check-Links
on:
pull_request:
paths-ignore:
- ".github/**"
branches: [master]
types: [labeled, opened, reopened, synchronize]
jobs:
GA-Misc-Check-Links:
name: πŸ”— Run Check Links
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, '🀸 skip-check-links') == false
steps:
- name: 🐧 Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: πŸ” Get all changed *.md file(s)
id: changed-md
run: |
echo "changed_files=$(git diff --name-only --merge-base origin/master | grep "\.md$" | xargs)" >> "$GITHUB_OUTPUT"
- name: πŸ”— Run Check Links
if: steps.changed-md.outputs.changed_files != ''
uses: 01-edu/check-links@v0.2
with:
filepath: ${{ steps.changed-md.outputs.changed_files }}