mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-27 19:25:15 +02:00
chore: simplify job names in GitHub Actions workflow
This commit is contained in:
parent
2de8ea5501
commit
a786574484
1 changed files with 3 additions and 3 deletions
6
.github/workflows/code-quality.yml
vendored
6
.github/workflows/code-quality.yml
vendored
|
|
@ -11,7 +11,7 @@ concurrency:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
file-quality:
|
file-quality:
|
||||||
name: File Quality Checks
|
name: File Quality
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.pull_request.draft == false
|
if: github.event.pull_request.draft == false
|
||||||
|
|
||||||
|
|
@ -125,7 +125,7 @@ jobs:
|
||||||
exit ${exit_code:-0}
|
exit ${exit_code:-0}
|
||||||
|
|
||||||
python-backend:
|
python-backend:
|
||||||
name: Python Backend Quality
|
name: Backend Quality
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.pull_request.draft == false
|
if: github.event.pull_request.draft == false
|
||||||
|
|
||||||
|
|
@ -206,7 +206,7 @@ jobs:
|
||||||
exit ${exit_code:-0}
|
exit ${exit_code:-0}
|
||||||
|
|
||||||
typescript-frontend:
|
typescript-frontend:
|
||||||
name: TypeScript/JavaScript Quality
|
name: Frontend Quality
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.pull_request.draft == false
|
if: github.event.pull_request.draft == false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue