Skip to content

Commit

Permalink
Remove Lint in favor of autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
perkinsjr committed Aug 11, 2024
1 parent 975a58e commit 6d3ddc6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 42 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/autofix.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,17 @@ jobs:
- run: pnpm biome format . --write && pnpm biome check . --apply

- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a
lint_docs:
name: Docs
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Lint main docs
run: npx mintlify@latest broken-links
working-directory: apps/docs

- name: Lint engineering docs
run: npx mintlify@latest broken-links
working-directory: apps/engineering
38 changes: 0 additions & 38 deletions .github/workflows/lint.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
workflow_dispatch:

jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yaml

test_packages:
name: Test Packages
uses: ./.github/workflows/unit_test.yaml
Expand Down

0 comments on commit 6d3ddc6

Please sign in to comment.