Skip to content

Set a tag icon to generated tags #30

Set a tag icon to generated tags

Set a tag icon to generated tags #30

Workflow file for this run

name: Clippy
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
components: clippy, rustfmt
override: true
- name: Run clippy
run: cargo clippy -- -Dwarnings