Skip to content

Project creation management #10

Project creation management

Project creation management #10

Workflow file for this run

name: Clippy
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Clippy check lints
run: cargo clippy -- -D warnings