mirror of
https://github.com/kristoferssolo/Tetris.git
synced 2026-03-22 00:36:20 +00:00
fix: indentation
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user