Skip to content

fix: arch logo doesn't appears #1110

fix: arch logo doesn't appears

fix: arch logo doesn't appears #1110

Workflow file for this run

on:
push:
branches:
- master
pull_request:
name: clippy
jobs:
clippy:
runs-on: ubuntu-latest
if: github.event_name != 'push' || github.event.pull_request.head.repo.full_name != github.repository
steps:
- uses: actions/checkout@v2
- run: rustup component add clippy
- uses: Swatinem/rust-cache@v1
- run: cargo clippy -- -D warnings