yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

Yong HeDisable more CI workflows on master push. (#7983)42dc521f7

master
377 B16 linesraw
1name: Check Table of Contents (comment /regenerate-toc to auto-fix)
2
3on:
4  pull_request:
5    branches: [master]
6jobs:
7  check-formatting:
8    runs-on: ubuntu-latest
9    steps:
10      - uses: actions/checkout@v4
11      - name: Install Mono
12        run: |
13          sudo apt-get update
14          sudo apt-get install -y mono-complete
15
16      - run: ./docs/build_toc.sh --check-only