Skip to content

Option to preserve special character escapes (for #51) #140

Option to preserve special character escapes (for #51)

Option to preserve special character escapes (for #51) #140

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: tests
run: |
make tests