Skip to content

Commit

Permalink
Use manifest-path in absence of working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelff committed Apr 24, 2023
1 parent c919965 commit 5589009
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/quaint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,21 @@ on:
branches:
- main
pull_request:
jobs:
jobs:
clippy:
runs-on: ubuntu-latest
env:
RUSTFLAGS: "-Dwarnings"
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
components: clippy
override: true
toolchain: stable
- name: Install dependencies
run: sudo apt install -y openssl libkrb5-dev
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --features=all --manifest-path quaint/Cargo.toml

0 comments on commit 5589009

Please sign in to comment.