Skip to content

Ripgrep config updates #15

Ripgrep config updates

Ripgrep config updates #15

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: shellcheck
uses: ludeeus/action-shellcheck@0.5.0
- name: pre-commit
uses: pre-commit/action@v2.0.0