1
0
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:
Franz Liedke
2020-04-22 23:37:37 +02:00
committed by GitHub
parent 7dd5c92c31
commit d30b2dee3e

View File

@@ -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