Skip to content

Fix permissions issue caused by a8a8b8f #668

Fix permissions issue caused by a8a8b8f

Fix permissions issue caused by a8a8b8f #668

Workflow file for this run

name: "Run ShellCheck"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
on:
push:
pull_request:
workflow_dispatch:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Run ShellCheck
uses: bewuethr/shellcheck-action@v2.2.0