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

first commit

first commit #2

Workflow file for this run

name: Clippy
on:
push:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Clippy
run: cargo clippy