Skip to content

Fix cargo-checkct action #7

Fix cargo-checkct action

Fix cargo-checkct action #7

Workflow file for this run

name: cargo-checkct
on:
pull_request:
paths-ignore:
- README.md
push:
branches:
- master
paths-ignore:
- README.md
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Dwarnings"
RUSTDOCFLAGS: "-Dwarnings"
jobs:
checkct:
name: Run cargo-checkct
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Ledger-Donjon/action-cargo-checkct@v1
with:
directory: .