Skip to content

Commit

Permalink
CI: Name lint and test properly so it is easier to see in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjames committed Aug 29, 2023
1 parent 1f8f416 commit 70d4114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint
on: [push, pull_request]

jobs:
build:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test
on: [push, pull_request]

jobs:
build:
test:
runs-on: ubuntu-22.04
strategy:
matrix:
Expand Down

0 comments on commit 70d4114

Please sign in to comment.