Skip to content

Commit

Permalink
chore: rename workflow name and job name
Browse files Browse the repository at this point in the history
  • Loading branch information
shotanue committed Dec 16, 2023
1 parent 46aa556 commit 94d36e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Code quality
name: lint

on:
push:
pull_request:

jobs:
quality:
lint:
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Test
name: test

on:
push:
pull_request:

jobs:
quality:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# md2hype

![code-quality](https://github.com/shotanue/md2hype/actions/workflows/code-quality.yml/badge.svg)
![lint](https://github.com/shotanue/md2hype/actions/workflows/lint.yml/badge.svg)
![test](https://github.com/shotanue/md2hype/actions/workflows/test.yml/badge.svg)

A text converter that transforms markdown into HTML, powered by [unified.js](https://unifiedjs.com) and [bun.sh](https://bun.sh).
Expand Down

0 comments on commit 94d36e9

Please sign in to comment.