-
Notifications
You must be signed in to change notification settings - Fork 15
43 lines (40 loc) · 1.2 KB
/
config-validation.yml
File metadata and controls
43 lines (40 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: Config Validation
on:
pull_request:
paths:
- 'examples/**/*.yaml'
- 'examples/**/*.yml'
- 'lading/**'
- '.github/workflows/config-validation.yml'
- 'ci/config-validation'
push:
branches:
- main
paths:
- 'examples/**/*.yaml'
- 'examples/**/*.yml'
- 'lading/**'
- '.github/workflows/config-validation.yml'
- 'ci/config-validation'
env:
MISE_VERSION: "2026.3.15"
jobs:
validate-configs:
name: Validate Example Configs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions-rust-lang/setup-rust-toolchain@150fca883cd4034361b621bd4e6a9d34e5143606 # v1.15.4
with:
cache: true
- name: Install nextest
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: ${{ env.MISE_VERSION }}
install_args: "aqua:nextest-rs/nextest/cargo-nextest"
- name: Install Protobuf
uses: ./.github/actions/install-protobuf
- name: Install FUSE
uses: ./.github/actions/install-fuse
- name: Run config validation
run: ./ci/config-validation