Skip to content

Chore: Bump openssl from 0.10.68 to 0.10.70 #951

Chore: Bump openssl from 0.10.68 to 0.10.70

Chore: Bump openssl from 0.10.68 to 0.10.70 #951

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
actionlint:
name: actionlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: docker://rhysd/actionlint:latest
with:
args: -color
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
# Run on latest and minimal supported rust versions.
rust-version: ["stable", "1.81.0"]
steps:
- uses: actions/checkout@v4
- name: Install Rust
run: |
echo "Installing Rust ${{ matrix.rust-version }}"
rustup update --no-self-update ${{ matrix.rust-version }}
rustup default ${{ matrix.rust-version }}
- name: Rust Cache
uses: Swatinem/[email protected]
- name: Check json
run: cargo check --no-default-features -F json --verbose
- name: Check sqlite
run: cargo check --no-default-features -F sqlite --verbose
- name: Clippy
if: ${{ matrix.rust-version == 'stable' }}
run: cargo clippy --verbose
- name: Build
run: cargo build --verbose
- name: Run tests
if: ${{ matrix.rust-version == 'stable' }}
run: cargo test --verbose
cffconvert:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: docker://citationcff/cffconvert:latest
with:
args: --validate