Skip to content

Merge pull request #54 from trilitech/emturner@tz1-hash-before-signing #139

Merge pull request #54 from trilitech/emturner@tz1-hash-before-signing

Merge pull request #54 from trilitech/emturner@tz1-hash-before-signing #139

Workflow file for this run

name: clippy
on:
push:
branches: [ master ]
pull_request:
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.61.0
with:
components: clippy
- name: lint
run: cargo clippy --all-targets -- --deny warnings