mirror of
https://github.com/flarum/core.git
synced 2025-07-20 00:01:17 +02:00
CI: Shorten the lint job name
This commit is contained in:
4
framework/core/.github/workflows/lint.yml
vendored
4
framework/core/.github/workflows/lint.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Lint code
|
name: Lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -12,7 +12,7 @@ jobs:
|
|||||||
prettier:
|
prettier:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
name: Lint JS code with Prettier
|
name: JS / Prettier
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
Reference in New Issue
Block a user