Skip to content

Bump ruby from 3.3.0-alpine to 3.4.1-alpine #3538

Bump ruby from 3.3.0-alpine to 3.4.1-alpine

Bump ruby from 3.3.0-alpine to 3.4.1-alpine #3538

Workflow file for this run

name: Lint
on:
push:
branches:
- "**"
- "!main"
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Prepare application environment
uses: ./.github/actions/prepare-app-env
- name: Run Prettier
run: yarn prettier --check --ignore-unknown --log-level warn '**/*'
rubocop:
name: Rubocop
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Prepare application environment
uses: ./.github/actions/prepare-app-env
- name: Run Rubocop
run: bin/bundle exec rubocop