Skip to content

Commit

Permalink
feat: adds deploy pipeline and addresses linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Mar 22, 2024
1 parent 8f6dd6b commit 036c11d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: clean 🧹
name: check 🕵️

on:
pull_request:
Expand All @@ -7,7 +7,7 @@ on:

jobs:
format:
name: format code
name: code_format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 036c11d

Please sign in to comment.