Skip to content

update to hacl 1a20576fc736d51e1ab3c317b46ba81560b75786 #37

update to hacl 1a20576fc736d51e1ab3c317b46ba81560b75786

update to hacl 1a20576fc736d51e1ab3c317b46ba81560b75786 #37

Workflow file for this run

name: Checks
on:
push:
branches: ["main", "dev"]
pull_request:
branches: ["main", "dev"]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 🧹 Cargo fmt
run: cargo fmt --all -- --check