Skip to content

Bump puma from 6.6.0 to 7.2.1 in /apps/epp_proxy/priv/test_backend_app #22

Bump puma from 6.6.0 to 7.2.1 in /apps/epp_proxy/priv/test_backend_app

Bump puma from 6.6.0 to 7.2.1 in /apps/epp_proxy/priv/test_backend_app #22

Workflow file for this run

name: Code Quality Check
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
qlty:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Install qlty
run: |
# Install qlty using official install script
curl https://qlty.sh | sh
echo "$HOME/.qlty/bin" >> $GITHUB_PATH
- name: Run qlty check
run: qlty check