8000 Revert "continue revert" · ignite/cli@b4c551c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

refactor: remove the nullify pkg from the chain testutil #422

refactor: remove the nullify pkg from the chain testutil

refactor: remove the nullify pkg from the chain testutil #422

Workflow file for this run

name: Check links
on:
pull_request:
push:
branches:
- main
- release/*
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.16
with:
folder-path: "."
use-verbose-mode: "yes"
config-file: ".github/workflows/link-checker-config.json"
0