Skip to content

[PLA-2131] Fixes crash that happens when a storage of an item changes twice in a single block #3272

[PLA-2131] Fixes crash that happens when a storage of an item changes twice in a single block

[PLA-2131] Fixes crash that happens when a storage of an item changes twice in a single block #3272

Workflow file for this run

name: Link Check
on:
push:
branches:
- master
pull_request:
# Declare default permissions as read only.
permissions: read-all
jobs:
markdown-link-check:
name: Markdown link checks
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Link check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"