Skip to content

Avoid using sequence conflicting with UTF-8 (#424) #473

Avoid using sequence conflicting with UTF-8 (#424)

Avoid using sequence conflicting with UTF-8 (#424) #473

Workflow file for this run

name: clippy
on: [push, pull_request]
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy
override: true
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: cargo clippy -- -D warnings