mirror of
https://github.com/symfony/ux.git
synced 2026-03-24 00:02:21 +01:00
[CI] Rename JS code-quality-related jobs
This commit is contained in:
4
.github/workflows/code-quality.yaml
vendored
4
.github/workflows/code-quality.yaml
vendored
@@ -125,7 +125,7 @@ jobs:
|
||||
done
|
||||
|
||||
code-format-js:
|
||||
name: JavaScript Coding Style
|
||||
name: JavaScript Formatting
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -142,7 +142,7 @@ jobs:
|
||||
- run: pnpm run fmt:check
|
||||
|
||||
code-linting-js:
|
||||
name: JavaScript Coding Style
|
||||
name: JavaScript Linting
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user