Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Merge pull request #18 from koor-tech/renovate/wagoid-commitlint-gith… #33

Merge pull request #18 from koor-tech/renovate/wagoid-commitlint-gith…

Merge pull request #18 from koor-tech/renovate/wagoid-commitlint-gith… #33

Workflow file for this run

name: ShellCheck
on:
push:
tags:
- v*
branches:
- main
pull_request:
branches:
- main
# cancel the in-progress workflow when PR is refreshed.
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
cancel-in-progress: true
permissions:
contents: read
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2034
with:
severity: warning
check_together: 'yes'
disable_matcher: false
additional_files: build/reset build/sed-in-place
format: gcc