HDX-10315 admin level filter needs to consider provider_adminX_name #646
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run linter | |
on: [push] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Install ruff linter | |
run: | | |
pip install ruff | |
- name: Run the linter | |
run: | | |
ruff check |