Skip to content

Commit

Permalink
actions: Don't run shellcheck if PR message or title was updated
Browse files Browse the repository at this point in the history
Also fix typos.
  • Loading branch information
ColorfulRhino committed Jun 8, 2024
1 parent 953c85a commit e706061
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint-scripts-pr.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Lint On Scripts
name: Lint on Scripts
#
# Run ShellCheck on all scripts and generates report as build artefact
# Run ShellCheck on all scripts and generate report as build artifact
#

on:
workflow_dispatch:
pull_request:
types: [opened, reopened, edited, synchronize]
types: [opened, reopened, synchronize]

permissions:
contents: read
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
- name: List all changed files
run: |
# use framework internal mechanism for checking `lib` and `extensions` code only one file is passed,
# Use framework internal mechanism for checking `lib` and `extensions` code only one file is passed,
# and source's are followed, thus the whole project is "understood" by shellcheck.
# For example, when checking individual files, one variable might be thought "unused" because it
# is only used in another file, which does not happen when done properly.
Expand Down

0 comments on commit e706061

Please sign in to comment.