Skip to content

deprecate the use of max_tokens to max_completion_tokens, following o… #22

deprecate the use of max_tokens to max_completion_tokens, following o…

deprecate the use of max_tokens to max_completion_tokens, following o… #22

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
cargo-deny:
runs-on: ubuntu-22.04
strategy:
matrix:
checks:
- advisories
- bans licenses sources
# Prevent sudden announcement of a new advisory from failing ci:
continue-on-error: ${{ matrix.checks == 'advisories' }}
steps:
- uses: actions/[email protected]
- uses: EmbarkStudios/[email protected]
with:
command: check ${{ matrix.checks }}
arguments: --exclude addchain