Skip to content

Scrub list indices from query strings #131

Scrub list indices from query strings

Scrub list indices from query strings #131

Workflow file for this run

name: Style checking
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run cargo fmt
run: cargo fmt -- --check
- name: Run cargo clippy
run: cargo clippy