mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-26 19:04:26 +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:
|
||||
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
|
||||
|
|
|
|||
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:
|
||||
push:
|
||||
- "**.cpp"
|
||||
- "**.h"
|
||||
- "**.meson.build"
|
||||
- ".github/workflows/*"
|
||||
paths:
|
||||
- "**.cpp"
|
||||
- "**.h"
|
||||
- "**.meson.build"
|
||||
- ".github/workflows/*"
|
||||
|
||||
jobs:
|
||||
formatting-check:
|
||||
|
|
|
|||
Loading…
Reference in a new issue