Skip to content

ci: up ver runner image #11915

ci: up ver runner image

ci: up ver runner image #11915

Workflow file for this run

name: Shell
permissions:
contents: read
on:
pull_request:
paths-ignore:
- ".github/workflows/shell.yml"
- "**.sh"
- "**.bash"
jobs:
lint_shellcheck:
name: Shell - lint_shellcheck
runs-on: ubuntu-22.04
steps:
- run: 'echo "Shell - lint_shellcheck - Ignored"'
lint_shfmt:
name: Shell - lint_shfmt
runs-on: ubuntu-22.04
steps:
- run: 'echo "Shell - lint_shfmt - Ignored"'