Skip to content

Bump docker/login-action from 3.2.0 to 3.3.0 (#141) #221

Bump docker/login-action from 3.2.0 to 3.3.0 (#141)

Bump docker/login-action from 3.2.0 to 3.3.0 (#141) #221

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/[email protected]
- name: Run linter
uses: ludeeus/[email protected]
with:
additional_files: 'run'