Fix CSVLogger
trying to append to file from previous run in same version folder
#3669
Workflow file for this run
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
name: Check Markdown links | ||
# https://github.com/gaurav-nelson/github-action-markdown-link-check | ||
on: | ||
push: | ||
branches: [master, "release/*"] | ||
pull_request: | ||
branches: [master, "release/*"] | ||
types: [opened, reopened, ready_for_review, synchronize] | ||
paths: | ||
- ".github/workflows/ci-check-md-links.yml" | ||
- ".github/workflows/markdown.links.config.json" | ||
- "**/*.md" | ||
jobs: | ||
check-md-links: | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected] | ||
Check failure on line 17 in .github/workflows/ci-check-md-links.yml
|
||
with: | ||
config-file: ".github/markdown-links-config.json" |