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

chore(deps): update c-py/action-dotenv-to-setenv action to v4 #19

chore(deps): update c-py/action-dotenv-to-setenv action to v4

chore(deps): update c-py/action-dotenv-to-setenv action to v4 #19

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@v3
- 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