Skip to content

shaderc: Start a rewrite of the shader compiler in the engine tree #14

shaderc: Start a rewrite of the shader compiler in the engine tree

shaderc: Start a rewrite of the shader compiler in the engine tree #14

Workflow file for this run

name: CI Runner
on: [push, pull_request]
concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-runner
cancel-in-progress: true
jobs:
code-style:
name: Code Style
uses: ./.github/workflows/code_style.yml
static-analysis:
name: Static Analysis
needs: code-style
uses: ./.github/workflows/static_analysis.yml
build:
name: Build
needs: static-analysis
uses: ./.github/workflows/build.yml