Skip to content

Commit

Permalink
👷 Style -> Format
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Feb 5, 2025
1 parent e5e05bd commit 72541e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ env:
MISE_VERSION: 2025.2.1

jobs:
style:
name: style
format:
name: Format
runs-on: ubuntu-latest

concurrency:
group: style-check-${{ github.ref_name }}
group: format-check-${{ github.ref_name }}
cancel-in-progress: true

steps:
Expand Down Expand Up @@ -198,8 +198,8 @@ jobs:
runs-on: ubuntu-latest

needs:
- format
- lint
- style
- unit

concurrency:
Expand Down

0 comments on commit 72541e5

Please sign in to comment.