This commit is contained in:
Tropical 2026-03-29 19:11:32 -05:00
parent ceea5c356c
commit d669174ecd
2 changed files with 12 additions and 10 deletions

View file

@ -2,10 +2,11 @@ name: Build (Linux, x86-64)
on:
push:
- "**.cpp"
- "**.h"
- "**.meson.build"
- '.github/workflows/build-linux.yml'
paths:
- "**.cpp"
- "**.h"
- "**.meson.build"
- '.github/workflows/*'
jobs:
@ -13,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install Nix
uses: cachix/install-nix-action@v31

View file

@ -1,11 +1,12 @@
name: Clang-Format (Linux x86/64)
name: Clang-Format (Linux, x86-64)
on:
push:
- "**.cpp"
- "**.h"
- "**.meson.build"
- ".github/workflows/*"
paths:
- "**.cpp"
- "**.h"
- "**.meson.build"
- ".github/workflows/*"
jobs:
formatting-check: