1
0
Fork 0
forked from wry/wry

ci: burn to the ground

This commit is contained in:
atagen 2026-04-09 16:29:52 +10:00
parent 7b1f3cca04
commit 0932c68fad
7 changed files with 0 additions and 131 deletions

View file

@ -1,21 +0,0 @@
name: check-spv
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
check-spv:
runs-on: native
steps:
- uses: actions/checkout@v2
- name: Check
run: |
nix develop . --command cargo run --manifest-path compile-shaders/Cargo.toml -p compile-shaders-core
git diff --exit-code

View file

@ -1,19 +0,0 @@
name: rustfmt
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
rustfmt:
runs-on: native
steps:
- uses: actions/checkout@v2
- name: Check
run: nix develop .#dev --command cargo fmt -- --check

View file

@ -1,22 +0,0 @@
name: toml-spec
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
toml-spec:
runs-on: native
steps:
- uses: actions/checkout@v2
- name: Check
run: |
cd toml-spec
nix develop .. --command cargo run
git diff --exit-code