From 310646a596790078e06683ac5c0488015cc26071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 13 Oct 2024 01:02:01 +0200 Subject: [PATCH] improve spelling.yml --- .github/workflows/spelling.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 3d4f372..e2fcefc 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -1,24 +1,22 @@ -name: Spell Check with Typos +name: Spelling on: push: branches: - - master - pull_request: - branches: - - master - workflow_dispatch: + - master + pull_request: null + workflow_dispatch: null concurrency: - group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: - run: - name: Spell Check with Typos + typos_check: + name: Typos runs-on: ubuntu-latest steps: - - name: Checkout Actions Repository + - name: Checkout repository uses: actions/checkout@v4 - name: Check spelling