Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

chore: run cargo clippy --fix #2

chore: run cargo clippy --fix

chore: run cargo clippy --fix #2

Workflow file for this run

name: main
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Build
uses: actions-rs/cargo@v1
with:
command: build
args: --verbose