Skip to content

Commit

Permalink
ci: rename markdown ro remark
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Aug 13, 2024
1 parent bc415d4 commit 87eaaf3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Markdown
name: Remark

on:
workflow_run:
Expand All @@ -9,13 +9,17 @@ on:
pull_request:
branches:
- main
paths:
- '**/*.md'
push:
branches:
- main
paths:
- '**/*.md'

jobs:
markdown:
name: Markdown
remark:
name: Remark

if: ${{ github.event.workflow_run.conclusion == 'success' }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
![Editorconfig](https://img.shields.io/github/actions/workflow/status/archoleat/commitlint-define-config/editorconfig.yaml?label=Editorconfig)
![Prettier](https://img.shields.io/github/actions/workflow/status/archoleat/commitlint-define-config/prettier.yaml?label=Prettier)
![ESLint](https://img.shields.io/github/actions/workflow/status/archoleat/commitlint-define-config/eslint.yaml?label=ESLint)
![Markdown](https://img.shields.io/github/actions/workflow/status/archoleat/commitlint-define-config/markdown.yaml?label=Markdown)
![Remark](https://img.shields.io/github/actions/workflow/status/archoleat/commitlint-define-config/remark.yaml?label=Remark)

## Table of Contents

Expand Down

0 comments on commit 87eaaf3

Please sign in to comment.