Skip to content

Commit

Permalink
build: split linting out
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jun 15, 2024
1 parent d23ab7a commit 5ced523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
lint:
name: biomejs check
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
run-unit-tests:
name: Run Tests
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 5ced523

Please sign in to comment.