Skip to content

Merge pull request #232 from datagouv/feature/fas-388-us-modifier-une… #841

Merge pull request #232 from datagouv/feature/fas-388-us-modifier-une…

Merge pull request #232 from datagouv/feature/fas-388-us-modifier-une… #841

Workflow file for this run

name: Linting
on: [push]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4.5
bundler-cache: true
- name: Install dependencies
run: |
bundle install
- name: Run RuboCop
run: |
bundle exec rubocop