mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +00:00
guh 2
This commit is contained in:
parent
ceea5c356c
commit
d669174ecd
11
.github/workflows/build-linux.yml
vendored
11
.github/workflows/build-linux.yml
vendored
|
|
@ -2,10 +2,11 @@ name: Build (Linux, x86-64)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
- "**.cpp"
|
paths:
|
||||||
- "**.h"
|
- "**.cpp"
|
||||||
- "**.meson.build"
|
- "**.h"
|
||||||
- '.github/workflows/build-linux.yml'
|
- "**.meson.build"
|
||||||
|
- '.github/workflows/*'
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -13,7 +14,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@v31
|
uses: cachix/install-nix-action@v31
|
||||||
|
|
|
||||||
11
.github/workflows/clang-format.yml
vendored
11
.github/workflows/clang-format.yml
vendored
|
|
@ -1,11 +1,12 @@
|
||||||
name: Clang-Format (Linux x86/64)
|
name: Clang-Format (Linux, x86-64)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
- "**.cpp"
|
paths:
|
||||||
- "**.h"
|
- "**.cpp"
|
||||||
- "**.meson.build"
|
- "**.h"
|
||||||
- ".github/workflows/*"
|
- "**.meson.build"
|
||||||
|
- ".github/workflows/*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
formatting-check:
|
formatting-check:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue