-
Notifications
You must be signed in to change notification settings - Fork 14
38 lines (36 loc) · 1.07 KB
/
config-validation.yml
File metadata and controls
38 lines (36 loc) · 1.07 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
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'
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@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
with:
cache: true
- uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
with:
tool: nextest@0.9.72
- name: Install Protobuf
uses: ./.github/actions/install-protobuf
- name: Install FUSE
uses: ./.github/actions/install-fuse
- name: Run config validation
run: ./ci/config-validation