rust-documentation.yml (8e763b33e366ac06b502effcdcdc1c6fb9b4fc5f) rust-documentation.yml (dcd9f19c403551effd883234b856bcd9f61ce4a8)
1name: Rust Documentation
2
3on:
4 push:
1name: Rust Documentation
2
3on:
4 push:
5 branches:
6 - main
7 pull_request:
5
6jobs:
7 test:
8 strategy:
9 matrix:
10 os: [ubuntu-22.04]
11 compiler: [clang]
12

--- 12 unchanged lines hidden ---
8
9jobs:
10 test:
11 strategy:
12 matrix:
13 os: [ubuntu-22.04]
14 compiler: [clang]
15

--- 12 unchanged lines hidden ---