mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
13 lines
251 B
YAML
13 lines
251 B
YAML
---
|
|
name: ShellCheck
|
|
on: workflow_call
|
|
jobs:
|
|
shellcheck:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: ShellCheck
|
|
uses: ludeeus/action-shellcheck@master
|
|
with:
|
|
ignore_paths: ./tools/*
|