Skip to content

Commit

Permalink
Fix lint:check call
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-mk committed Dec 13, 2024
1 parent d2e9d28 commit 26d733b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/frontend-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ on:
workflow_call:

jobs:

linting-formatting-frontend:
runs-on: ubuntu-latest
steps:
Expand All @@ -26,7 +25,7 @@ jobs:
npm ci
working-directory: ./frontend
- name: Linting
run: npm run style:check
run: npm run lint:check
working-directory: ./frontend
- name: Formatting
run: npm run format:check
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ on:
workflow_dispatch:

jobs:

##############################################
# jobs dispatched to separate workflow files #
##############################################

frontend-checks:
frontend-jobs:
uses: ./.github/workflows/frontend-jobs.yml
secrets: inherit

0 comments on commit 26d733b

Please sign in to comment.