Skip to content

fix(libmake): Error: failed to run custom build command for `openssl-… #146

fix(libmake): Error: failed to run custom build command for `openssl-…

fix(libmake): Error: failed to run custom build command for `openssl-… #146

Workflow file for this run

name: 🧪 Lint
on:
push:
branches:
- feat/libmake
pull_request:
branches:
- feat/libmake
release:
types: [created]
jobs:
all:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v1
with:
components: clippy
- uses: actions/checkout@master
- name: Check lints
run: cargo clippy --workspace --all-features --all-targets --no-deps -- -D warnings