Skip to content

Update Rust crate serde to 1.0.217 #12789

Update Rust crate serde to 1.0.217

Update Rust crate serde to 1.0.217 #12789

Workflow file for this run

on:
merge_group:
types:
- checks_requested
pull_request:
# We do not run tests on master as the changes were already tested when opening a PR,
# and we require every PR to be up-to-date before merging it to master.
types:
- opened
- synchronize
- reopened
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout
- uses: actions/[email protected]
- name: Run ShellCheck
# TODO: expand as needed (./**/*.sh)
run: shellcheck --enable=all --color=always ./x