Skip to content

Merge branch 'feature/track-file-downloads' into staging #2070

Merge branch 'feature/track-file-downloads' into staging

Merge branch 'feature/track-file-downloads' into staging #2070

Workflow file for this run

name: Linters
on: push
jobs:
linters:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt update --fix-missing
sudo apt-get install libgdal-dev
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop