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

Merge pull request #29 from storopoli/dependabot/github_actions/cargo… #62

Merge pull request #29 from storopoli/dependabot/github_actions/cargo…

Merge pull request #29 from storopoli/dependabot/github_actions/cargo… #62

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