Skip to content

Commit

Permalink
ci: change naming
Browse files Browse the repository at this point in the history
  • Loading branch information
arjendevos committed Jan 18, 2024
1 parent 6f8324f commit d21ac5a
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 @@ -6,7 +6,7 @@ on:
- '*'

jobs:
build:
code-style:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [created]

jobs:
build:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit d21ac5a

Please sign in to comment.