Skip to content

Commit

Permalink
gha: shellcheck ignore .p10k.zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed Apr 15, 2024
1 parent 35a345b commit 54cab65
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
on:
push:
branches:
- master
pull_request:
push:
branches:
- master
pull_request:

name: "Lint"
permissions: {}

jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
ignore_paths: >-
.git_submodules
severity: warning
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
ignore_paths: >-
./.git_submodules
./zsh/.p10k.zsh
severity: warning

0 comments on commit 54cab65

Please sign in to comment.