Skip to content

Commit

Permalink
improve spelling.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Oct 12, 2024
1 parent bab77de commit 310646a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 310646a

Please sign in to comment.