Skip to content

Commit 0e3df98

Browse files
authored
Merge branch 'v6' into wayland
2 parents 9cd04fa + 54dd180 commit 0e3df98

File tree

2 files changed

+141
-113
lines changed

2 files changed

+141
-113
lines changed

.github/workflows/build.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: build
2+
on:
3+
pull_request:
4+
workflow_dispatch:
5+
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: checkout repository
11+
uses: actions/checkout@v4
12+
- name: setup typst
13+
uses: typst-community/setup-typst@v4
14+
- name: test build
15+
run: typst compile rules.typ

0 commit comments

Comments
 (0)