Tweaks to naming in Linter CI (#10)

This commit is contained in:
Franck Nijhof
2021-01-13 23:41:34 +01:00
committed by GitHub
parent 809296d737
commit 5791c02c40
+4 -4
View File
@@ -2,11 +2,11 @@
name: Lint
# yamllint disable-line rule:truthy
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
build:
name: 🧹 yamllint
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
@@ -15,7 +15,7 @@ jobs:
uses: frenck/action-yamllint@v1.0.1
prettier:
name: 🧹 Prettier
name: Prettier
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub