Skip to content

chore: make clippy fail on warnings, better code style (#36) #106

chore: make clippy fail on warnings, better code style (#36)

chore: make clippy fail on warnings, better code style (#36) #106

Workflow file for this run

name: Main and PR Pipeline
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
normal:
uses: ./.github/workflows/normal.yaml
with:
is_release: false