Skip to content

Normalize author field #118

Normalize author field

Normalize author field #118

Workflow file for this run

name: Coverage
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Cover
uses: actions-rs/[email protected]
with:
args: '--exclude-files src/tests/*'