Skip to content

Commit

Permalink
fix(ci): fixes pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Oct 4, 2024
1 parent 3dca927 commit aeb3ba7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.lint.yml → .github/workflows/ci.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Code Quality

on:
pull_request:
push:
branches:
- main

jobs:
code-quality:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/ci.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ permissions:
id-token: write

on:
workflow_call:
push:
branches:
- main

jobs:
code-quality:
uses: kurocado-studio/styleguide/.github/workflows/lint.yml@main
secrets: inherit

manage-release:
uses: kurocado-studio/styleguide/.github/workflows/release.yml@main
secrets: inherit
Expand Down

0 comments on commit aeb3ba7

Please sign in to comment.