mirror of
https://github.com/kristoferssolo/Tetris.git
synced 2025-10-21 20:00:35 +00:00
fix: indentation
This commit is contained in:
parent
f1e8994eb8
commit
cbe2b7f6de
5
.github/workflows/typst.yml
vendored
5
.github/workflows/typst.yml
vendored
@ -1,10 +1,9 @@
|
||||
name: Build Typst document
|
||||
on:
|
||||
push: main
|
||||
pull_request: main
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
typst-build:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build Typst
|
||||
|
||||
Loading…
Reference in New Issue
Block a user