Skip to content

Bump activesupport from 6.0.4.1 to 6.1.7.5 #341

Bump activesupport from 6.0.4.1 to 6.1.7.5

Bump activesupport from 6.0.4.1 to 6.1.7.5 #341

Workflow file for this run

name: Tests
on:
push:
branches:
- '*'
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
jobs:
Linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Format
uses: astral-sh/ruff-action@v1
with:
args: "format --check"
- name: Lint
uses: astral-sh/ruff-action@v1