Skip to content

Commit

Permalink
ci: removed unused actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezrazi committed Aug 17, 2024
1 parent 9f77c7f commit 58175ed
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1,267 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,35 +28,13 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: npm run lint:knip
lint_markdown:
name: Lint Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: npm run lint:md
lint_spelling:
name: Lint Spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: npm run lint:spelling
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: npm run format --list-different
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: npm run run test --coverage
- uses: codecov/codecov-action@v3
type_check:
name: Type Check
runs-on: ubuntu-latest
Expand Down
5 changes: 0 additions & 5 deletions .markdownlint.json

This file was deleted.

4 changes: 0 additions & 4 deletions .markdownlintignore

This file was deleted.

5 changes: 0 additions & 5 deletions cspell.json

This file was deleted.

Loading

0 comments on commit 58175ed

Please sign in to comment.