yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
42dc521f7
master
1name : Check Table of Contents (comment /regenerate-toc to auto-fix) 2 3on : 4pull_request : 5branches : [ master ] 6jobs : 7check-formatting : 8runs-on : ubuntu-latest 9steps : 10- uses : actions/checkout@v4 11- name : Install Mono 12run : | 13sudo apt-get update 14sudo apt-get install -y mono-complete 15 16- run : ./docs/build_toc.sh --check-only