Skip to content

Bump unsafe-libyaml from 0.2.5 to 0.2.10 #54

Bump unsafe-libyaml from 0.2.5 to 0.2.10

Bump unsafe-libyaml from 0.2.5 to 0.2.10 #54

Workflow file for this run

name: Pre-publishing check
on:
pull_request:
branches: [ master ]
tags:
- 'pre-publish'
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install rust stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: publish
uses: actions-rs/cargo@v1
with:
command: publish
args: --dry-run