Skip to content

chore(deps): update docker/build-push-action action to v6.10.0 (#147) #80

chore(deps): update docker/build-push-action action to v6.10.0 (#147)

chore(deps): update docker/build-push-action action to v6.10.0 (#147) #80

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master