Skip to content

Bump Ruby docker image from 2.7.0 to 3.2.2 #3

Bump Ruby docker image from 2.7.0 to 3.2.2

Bump Ruby docker image from 2.7.0 to 3.2.2 #3

Workflow file for this run

name: Linters
on:
pull_request:
branches:
- "*"
push:
branches:
- main
jobs:
shell_linter:
name: Shell Lint Action
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- uses: actions/checkout@v2
- name: Run Shell Lint
uses: azohra/[email protected]