Skip to content

Remove accidental print statement #22

Remove accidental print statement

Remove accidental print statement #22

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
release:
types: [published]
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: source .cargo-husky/hooks/pre-push