Skip to content

Bump docker/build-push-action from 6.5.0 to 6.7.0 (#535) #200

Bump docker/build-push-action from 6.5.0 to 6.7.0 (#535)

Bump docker/build-push-action from 6.5.0 to 6.7.0 (#535) #200

Workflow file for this run

name: Shellcheck
on:
push:
branches: [ main ]
pull_request:
merge_group:
workflow_dispatch:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install shellcheck
run: sudo apt update && sudo apt install --assume-yes shellcheck
- name: Run shellcheck
run: find . -name \*.sh -o -name \*.sh.template | xargs shellcheck --severity=warning