diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index bf8eb0d..8a57154 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -5,6 +5,7 @@ on: paths: - src/** - tests/** + - .github/** pull_request: branches: [ main ] @@ -29,9 +30,9 @@ jobs: tag: ci-semi-stable - name: Setup typst - uses: yusancky/setup-typst@v2 + uses: typst-community/setup-typst@v3 with: - version: 'v0.12.0' + typst-version: 'v0.12.0' - name: Run test suite run: typst-test run \ No newline at end of file