Added typstyle action
This commit is contained in:
16
.github/workflows/lints.yml
vendored
16
.github/workflows/lints.yml
vendored
@ -13,3 +13,19 @@ jobs:
|
||||
uses: crate-ci/typos@master
|
||||
with:
|
||||
config: ./tools/typos.toml
|
||||
|
||||
typstyle:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: "Download Typstyle"
|
||||
run: |
|
||||
wget -q "https://github.com/Enter-tainer/typstyle/releases/download/v0.12.14/typstyle-x86_64-unknown-linux-musl"
|
||||
chmod +x typstyle-x86_64-unknown-linux-musl
|
||||
|
||||
- name: Check typst formatting
|
||||
run: |
|
||||
./typstyle-x86_64-unknown-linux-musl \
|
||||
$(find . -name "*.typ") \
|
||||
--check
|
||||
|
Reference in New Issue
Block a user