From 5791c02c40756666378fc109077949fa5afd332a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 13 Jan 2021 23:41:34 +0100 Subject: [PATCH] Tweaks to naming in Linter CI (#10) --- .github/workflows/lint.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b6ba8d3..6ded702 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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