Skip to content

sh/script: use ISO-8859-1 to instead of utf-8 in decode #92

sh/script: use ISO-8859-1 to instead of utf-8 in decode

sh/script: use ISO-8859-1 to instead of utf-8 in decode #92

Workflow file for this run

name: cargo-deny
on:
push:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs:
cargo-deny:
runs-on: ubuntu-20.04
strategy:
matrix:
checks:
- advisories
- sources
- bans
# Prevent sudden announcement of a new advisory from failing ci:
continue-on-error: ${{ matrix.checks == 'sources' }}
steps:
- uses: actions/checkout@v4
- run: git submodule update --init --recursive
- run: bash sh_script/pre-build.sh
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check ${{ matrix.checks }}