Skip to content

chore(deps): bump docker/login-action from 3 to 4 #1080

chore(deps): bump docker/login-action from 3 to 4

chore(deps): bump docker/login-action from 3 to 4 #1080

Workflow file for this run

on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
name: 'Shellcheck'
permissions: {}
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC1091