Skip to content

Merge branch 'feature/api-auth-refactor' into staging #2527

Merge branch 'feature/api-auth-refactor' into staging

Merge branch 'feature/api-auth-refactor' into staging #2527

Workflow file for this run

name: Linters
on: push
jobs:
linters:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: libgdal-dev
version: 1.0
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop