Skip to content

Commit

Permalink
Fix workflow jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
connorwinston committed Sep 16, 2024
1 parent 8d1ce44 commit dd9acce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ env:
NODE_OPTIONS: --max_old_space_size=6144

jobs:
lint:
name: Lint
app-lint:
name: App Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ env:
NODE_OPTIONS: --max_old_space_size=6144

jobs:
lint:
name: Lint
oas-lint:
name: OAS Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit dd9acce

Please sign in to comment.