Skip to content

Allow clipp::manual_range_patterns #153

Allow clipp::manual_range_patterns

Allow clipp::manual_range_patterns #153

Workflow file for this run

name: CI
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build
- name: Run tests
run: cargo test