Skip to content

Bump docker/login-action from 3.5.0 to 3.6.0 #256

Bump docker/login-action from 3.5.0 to 3.6.0

Bump docker/login-action from 3.5.0 to 3.6.0 #256

Workflow file for this run

name: Lint
env:
SHELLCHECK_OPTS: -e SC1008 -s bash
on:
pull_request:
branches: ["master"]
push:
branches: ["master"]
jobs:
shellcheck:
runs-on: ubuntu-latest
name: ShellCheck
steps:
- name: Check out the repository
uses: actions/checkout@v5.0.0
- name: Run linter
uses: ludeeus/action-shellcheck@2.0.0
with:
additional_files: 'run'