diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index b31af169..115b9e1f 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -1,4 +1,4 @@ -name: clean 🧹 +name: check 🕵️ on: pull_request: @@ -7,7 +7,7 @@ on: jobs: format: - name: format code + name: code_format runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -18,7 +18,7 @@ jobs: run: bun run lint:prettier spelling: - name: check spelling + name: spelling runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -29,7 +29,7 @@ jobs: run: bun run lint:spelling markdown-lint: - name: lint markdown + name: markdown_lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -40,7 +40,7 @@ jobs: run: bun run lint:markdown eslint: - name: lint code + name: code_lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/bun.lockb b/bun.lockb index 46e21fd5..4cc36ba5 100755 Binary files a/bun.lockb and b/bun.lockb differ