Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

chore(deps): bump cargo-bins/cargo-binstall from 1.10.14 to 1.10.15 #61

chore(deps): bump cargo-bins/cargo-binstall from 1.10.14 to 1.10.15

chore(deps): bump cargo-bins/cargo-binstall from 1.10.14 to 1.10.15 #61

Workflow file for this run

name: Format Slides
on:
push:
branches:
- "main"
- "master"
pull_request:
branches:
- "main"
- "master"
jobs:
typstyle:
name: "Check typst formatting with typstyle"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bininstall
uses: cargo-bins/cargo-binstall@v1.10.15
- name: Binstall typstyle
run: cargo binstall --no-confirm typstyle
- name: Check formtting
run: typstyle -p --check format-all