File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ name : Check Markdown links
2+
3+ on :
4+ pull_request : ~
5+ workflow_dispatch : ~
6+ workflow_call : ~
7+
8+ jobs :
9+ markdown-link-check :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v6
13+ - uses : tcort/github-action-markdown-link-check@v1
14+ with :
15+ folder-path : ' docs'
Original file line number Diff line number Diff line change 2828 DATABASE_URL : " pgsql://postgres:postgres@127.0.0.1/sylius_stack?charset=utf8&serverVersion=${{ matrix.postgres }}"
2929 steps :
3030 - name : " Checkout"
31- uses : actions/checkout@v3
31+ uses : actions/checkout@v6
3232
3333 - name : " Setup PHP"
3434 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 2828 - { name: 'TwigHooks' }
2929 - { name: 'UiTranslations' }
3030 steps :
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v6
3232 with :
3333 fetch-depth : 0
3434
You can’t perform that action at this time.
0 commit comments