Skip to content

Commit

Permalink
chore: polish workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr committed Jan 30, 2024
1 parent dd42d6f commit 4f65eec
Show file tree
Hide file tree
Showing 4 changed files with 4 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 @@ -7,6 +7,7 @@ on:
- synchronize
jobs:
lint:
name: Lint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
coverage:
name: Coverage
runs-on: ubuntu-20.04
permissions:
# Required to checkout the code
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
semantic_pr:
name: Semantic PR
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v1.2.0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-vitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
test:
name: Unit tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4f65eec

Please sign in to comment.