Skip to content

Bump actions/checkout from 1 to 5 #80

Bump actions/checkout from 1 to 5

Bump actions/checkout from 1 to 5 #80

Workflow file for this run

name: shellcheck
on:
pull_request:
types: [opened, synchronize]
paths:
- "**.sh"
- .github/workflows/shellcheck.yml
push:
branches:
- "**"
paths:
- "**.sh"
- .github/workflows/shellcheck.yml
jobs:
shellcheck-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Lint check
uses: azohra/shell-linter@latest