File tree 4 files changed +32
-149
lines changed
4 files changed +32
-149
lines changed Original file line number Diff line number Diff line change 1
- on : [push, pull_request]
2
-
3
1
name : build
4
2
3
+ on :
4
+ push :
5
+ pull_request :
6
+
5
7
jobs :
6
- zig :
7
- name : Build and test
8
+ test :
9
+ strategy :
10
+ matrix :
11
+ os : [ubuntu-latest, macos-latest, windows-latest]
12
+ runs-on : ${{matrix.os}}
13
+ steps :
14
+ - uses : actions/checkout@v2
15
+ with :
16
+ submodules : recursive
17
+ - uses : goto-bus-stop/setup-zig@v1
18
+ with :
19
+ version : 0.12.0
20
+ - run : zig build
21
+ - run : zig build test
22
+ lint :
8
23
runs-on : ubuntu-latest
9
24
steps :
10
- - uses : actions/checkout@v3
11
- - name : Install Nix
12
- uses : DeterminateSystems/nix-installer-action@v4
13
- - name : Run the Magic Nix Cache
14
- uses : DeterminateSystems/magic-nix-cache-action@v2
15
- - run : nix flake check -L
25
+ - uses : actions/checkout@v2
26
+ with :
27
+ submodules : recursive
28
+ - uses : goto-bus-stop/setup-zig@v1
29
+ with :
30
+ version : 0.12.0
31
+ - run : zig fmt --check build.zig src/*.zig
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ id: mr0i9fhju8jho92xf5lct4ywf2hqzjf2esi3jwx87jolclc3
2
+ name: htmlentities
3
+ main: src/main.zig
4
+ license: MIT
5
+ description: HTML entity data for Zig.
6
+ dependencies:
You can’t perform that action at this time.
0 commit comments