Skip to content

Update Base Images to Ruby 3.2.6 and 3.3.6 #350

Update Base Images to Ruby 3.2.6 and 3.3.6

Update Base Images to Ruby 3.2.6 and 3.3.6 #350

Workflow file for this run

name: Run linters/fixers
on: [push]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
hadolint:
name: Hadolint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- uses: jbergstroem/hadolint-gh-action@eac45b98f6d761309202bd201205a8f8c988bfad # v1.11.0
with:
dockerfile: '**/*Dockerfile'
error_level: '1' # Fail on warning or above.