Skip to content

Add make-reusable-integrity #2

Add make-reusable-integrity

Add make-reusable-integrity #2

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: "Shell script"
on: # yamllint disable-line rule:truthy
pull_request:
paths:
- "**.sh"
push:
branches:
- "master"
paths:
- "**.sh"
workflow_call: null
# Add [skip ci] to commit message to skip CI.
permissions: {} # yamllint disable-line rule:braces
#permissions: "read-all"
#permissions:
# contents: "read" # Private repositories need read permission
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
shellcheck:
name: "ShellCheck"
runs-on: "ubuntu-22.04"
timeout-minutes: 1
steps:
-
name: "Checkout repository"
uses: "actions/[email protected]"
-
name: "Run ShellCheck"
uses: "ludeeus/[email protected]"