Skip to content

chore(scripts): Update ISBN parser to work with current ruamel.yaml #467

chore(scripts): Update ISBN parser to work with current ruamel.yaml

chore(scripts): Update ISBN parser to work with current ruamel.yaml #467

Workflow file for this run

name: Rust Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fetch tags
run: |
git fetch --prune --tags ||:
- name: Install Rust
uses: actions-rs/toolchain@v1
- name: Cache Rust
uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with:
command: test
args: --locked