Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiaita committed Feb 29, 2024
1 parent e6be3f7 commit 91c7eb7
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: spellcheck

on:
push:
name: Shellcheck Action
on: push

jobs:
spellcheck:
name: runner / spellcheck
build:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v4
- name: Run PySpelling as a GitHub action
uses: sbates130272/[email protected]
- uses: actions/checkout@master
- uses: ludeeus/[email protected]
name: Shellcheck

0 comments on commit 91c7eb7

Please sign in to comment.