Compare commits

..

No commits in common. "cc4d2175473cdfde1653063f24f8f326597f12c8" and "c819704b49a96fc3db693fbb2d1688ec156702e8" have entirely different histories.

3 changed files with 44 additions and 44 deletions

View File

@ -2,6 +2,9 @@ name: Build'n check
run-name: Performing Typst compilation
on:
push:
pull_request:
branches:
- main
jobs:
run-ci-linux:
runs-on: ubuntu-latest
@ -9,7 +12,8 @@ jobs:
# push with commit containing "Run-Checks"
if: >
(contains(github.event.head_commit.message, 'Run-Checks') &&
github.event_name == 'push')
github.event_name == 'push') ||
github.event_name == 'pull_request'
steps:
- name: Check out repository code
uses: actions/checkout@v3

View File

@ -9,6 +9,5 @@ pkgs.mkShellNoCC {
python312Packages.pyyaml
typst
typstyle
ripgrep
];
}

View File

@ -200,9 +200,7 @@ SOFTWARE.*/
#block(
below: 1.5em,
width: 100%,
par(
hanging-indent: 1em,
align(left)[
par(hanging-indent: 1em, align(left)[
#text(weight: "bold", entry.short)
#if hasLong and hasDesc [
(#text(entry.long))
@ -241,8 +239,7 @@ SOFTWARE.*/
)
.join(", ")
}
],
),
]),
)
]
}