Skip to content

Commit

Permalink
fix(ci): renames steps
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Oct 4, 2024
1 parent 06e6155 commit 3a5067b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Code Quality
name: Lint

on:
pull_request:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Workflow
name: Release

permissions:
pull-requests: write
Expand All @@ -12,14 +12,14 @@ on:
- main

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

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

generate-documentation:
documentation:
uses: kurocado-studio/styleguide/.github/workflows/writerside-documentation.yml@main
secrets: inherit

0 comments on commit 3a5067b

Please sign in to comment.