Compare commits
No commits in common. "2a00accc5a1045e3a2ba0d49a0eab967bcbe427e" and "131b792ceace3edeec2152fe2c71034a0c506a4c" have entirely different histories.
2a00accc5a
...
131b792cea
3 changed files with 2 additions and 37 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup Zig
|
- name: Setup Zig
|
||||||
uses: https://codeberg.org/mlugg/setup-zig@v2.2.1
|
uses: https://github.com/mlugg/setup-zig@v1.2.1
|
||||||
with:
|
with:
|
||||||
version: 0.14.0
|
version: 0.14.0
|
||||||
- name: Restore Zig caches
|
- name: Restore Zig caches
|
||||||
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
run: zig build -Doptimize=ReleaseSafe -Dtarget=x86_64-linux
|
run: zig build -Doptimize=ReleaseSafe -Dtarget=x86_64-linux
|
||||||
- name: Publish build
|
- name: Publish build
|
||||||
run: |
|
run: |
|
||||||
curl -s --user ${{ github.actor }}:${{ secrets.PACKAGE_PUSH }} \
|
curl --user ${{ github.actor }}:${{ secrets.PACKAGE_PUSH }} \
|
||||||
--upload-file zig-out/bin/syncthing_events \
|
--upload-file zig-out/bin/syncthing_events \
|
||||||
https://git.lerch.org/api/packages/lobo/generic/aws-sdk-with-models/${{ github.sha }}/syncthing_events-x86_64-linux-${{ github.sha }}
|
https://git.lerch.org/api/packages/lobo/generic/aws-sdk-with-models/${{ github.sha }}/syncthing_events-x86_64-linux-${{ github.sha }}
|
||||||
- name: Prepare docker image
|
- name: Prepare docker image
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
[tools]
|
|
||||||
prek = "0.3.1"
|
|
||||||
"ubi:DonIsaac/zlint" = "0.7.9"
|
|
||||||
zig = "0.14.1"
|
|
||||||
zls = "0.14.0"
|
|
||||||
|
|
@ -1,30 +0,0 @@
|
||||||
# See https://pre-commit.com for more information
|
|
||||||
# See https://pre-commit.com/hooks.html for more hooks
|
|
||||||
repos:
|
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
||||||
rev: v6.0.0
|
|
||||||
hooks:
|
|
||||||
- id: trailing-whitespace
|
|
||||||
- id: end-of-file-fixer
|
|
||||||
- id: check-yaml
|
|
||||||
- id: check-added-large-files
|
|
||||||
- repo: https://github.com/batmac/pre-commit-zig
|
|
||||||
rev: v0.3.0
|
|
||||||
hooks:
|
|
||||||
- id: zig-fmt
|
|
||||||
- id: zig-build
|
|
||||||
- repo: local
|
|
||||||
hooks:
|
|
||||||
- id: test
|
|
||||||
name: Run zig build test
|
|
||||||
entry: zig
|
|
||||||
args: ["build", "test"]
|
|
||||||
language: system
|
|
||||||
types: [file]
|
|
||||||
pass_filenames: false
|
|
||||||
- id: zlint
|
|
||||||
name: Run zlint
|
|
||||||
entry: zlint
|
|
||||||
args: ["--deny-warnings", "--fix"]
|
|
||||||
language: system
|
|
||||||
types: [zig]
|
|
||||||
Loading…
Add table
Reference in a new issue