Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Jan 22, 2025
1 parent 5c91e96 commit 14d24e6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate API Coverage
name: Coverage

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: JavaScript Prettier
name: JavaScript

on:
push:
Expand All @@ -8,7 +8,7 @@ on:
branches: ["main"]

jobs:
js-prettier:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 'latest'
node-version: "latest"

- name: Run JavaScript prettier
run: npx prettier --check .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches: ["main"]

jobs:
ruff-lint:
ruff:
name: Ruff check
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Swift Format
name: Swift

on:
workflow_dispatch:
Expand Down

0 comments on commit 14d24e6

Please sign in to comment.