mirror of
https://github.com/flarum/core.git
synced 2025-07-19 15:51:16 +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:
|
||||
push:
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
prettier:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
name: Lint JS code with Prettier
|
||||
name: JS / Prettier
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
Reference in New Issue
Block a user