Skip to content

Issue #101: Updating yaml linting workflow with cleaner solution #10

Issue #101: Updating yaml linting workflow with cleaner solution

Issue #101: Updating yaml linting workflow with cleaner solution #10

---
name: Check SH scripts conformance to AI Lab standards
on:
workflow_call:
push:
jobs:
sh-lint-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run ShellCheck
uses: azohra/shell-linter@latest