Skip to content

Commit

Permalink
Update lint job in shellcheck workflow to use jdx/mise-action
Browse files Browse the repository at this point in the history
  • Loading branch information
hironow committed Sep 16, 2024
1 parent 2452069 commit 314565a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/shellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: CI
on: [push]

jobs:
shellcheck:
name: Shellcheck
lint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: "Run shellcheck"
uses: ludeeus/action-shellcheck@master
- uses: jdx/mise-action@v2
with:
ignore_names: .zshrc
experimental: true # [default: false] enable experimental features
- run: shellcheck scripts/*.sh
- run: shellcheck *.sh

0 comments on commit 314565a

Please sign in to comment.