mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-10 18:32:57 +00:00
guh 2
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user