Skip to content

Bump log from 0.4.21 to 0.4.22 (#144) #316

Bump log from 0.4.21 to 0.4.22 (#144)

Bump log from 0.4.21 to 0.4.22 (#144) #316

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
uses: ./.github/workflows/build.yml
clippy:
runs-on: 'ubuntu-20.04'
steps:
- name: checkout
uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- name: Check
run: |
cargo clippy -- -D warnings