Skip to content

Bump docker/login-action from 2 to 3 #55

Bump docker/login-action from 2 to 3

Bump docker/login-action from 2 to 3 #55

Workflow file for this run

# ShellCheck
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master