Skip to content

Merge branch 'main' of github.com:nogibjj/rust-data-engineering #60

Merge branch 'main' of github.com:nogibjj/rust-data-engineering

Merge branch 'main' of github.com:nogibjj/rust-data-engineering #60

Workflow file for this run

name: Clippy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
components: clippy, rustfmt
override: true
- name: Run clippy
run: make lint