Skip to content

ci(build): use debug profile, upload artifacts #98

ci(build): use debug profile, upload artifacts

ci(build): use debug profile, upload artifacts #98

Workflow file for this run

name: Rustfmt check
permissions: {}
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
push:
branches:
- master
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Run rustfmt
run: cargo fmt --all -- --check