this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update typst.yml add format

authored by

Gwenn Le Bihan and committed by
GitHub
f35a4202 09a6ad25

+15
+15
.github/workflows/typst.yml
··· 29 29 - name: Setup Typst 30 30 uses: typst-community/setup-typst@v4 31 31 32 + - name: Setup Typstyle 33 + uses: taiki-e/install-action@v2 34 + with: 35 + tool: typstyle 36 + 37 + - name: Format Typst files 38 + run: typstyle --inplace . 39 + 40 + - name: Commit and push changes 41 + uses: EndBug/add-and-commit@v9 42 + with: 43 + default_author: github_actions 44 + message: Format code 45 + add: '*.typ' 46 + 32 47 - name: Compile rapport 33 48 run: typst compile rapport/main.typ 34 49