Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Apr 21, 2024
1 parent 70b8c62 commit f6cf5b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- main
pull_request:
types: [assigned, opened, synchronize, reopened]
schedule:
- cron: '10 20 * * *'

jobs:
markdown-link-check:
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
- [kassane/libvlc-zig](https://github.com/kassane/libvlc-zig) : Zig bindings for libVLC media framework.
- [marler8997/image-viewer](https://github.com/marler8997/image-viewer) : An image-viewer experiment written in Zig.

## Date Time and Timezones
## Date, Time and Timezones

- [scento/zig-date](https://github.com/scento/zig-date) : 🕒 time and date for Zig. zig-date is a date and time library for the Zig, inspired by the popular Rust library [chrono](https://github.com/chronotope/chrono).
- [frmdstryr/zig-datetime](https://github.com/frmdstryr/zig-datetime) : A datetime module for Zig with an api similar to python's Arrow.
Expand Down Expand Up @@ -212,7 +212,6 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
- [hmusgrave/zcirc](https://github.com/hmusgrave/zcirc) : A dynamic circular buffer allocator for zig.
- [dweiller/zig-composable-allocators](https://github.com/dweiller/zig-composable-allocators) : Comptime-generic composable allocators.
- [bcrist/Zig-TempAllocator](https://github.com/bcrist/Zig-TempAllocator) : Arena allocator for interactive programs and simulations.
- [shintales/colloseum](https://github.com/shintales/colloseum) : A generational arena allocator using Zig multi array list.
- [rdunnington/zig-stable-array](https://github.com/rdunnington/zig-stable-array) : Address-stable array with a max size that allocates directly from virtual memory.
- [dweiller/zimalloc](https://github.com/dweiller/zimalloc) : zimalloc is general purpose allocator for Zig, inspired by [mimalloc](https://github.com/microsoft/mimalloc).
- [suirad/Seal](https://github.com/suirad/Seal) : An allocator that wraps another allocator and detects if memory is leaked after usage.
Expand Down Expand Up @@ -445,7 +444,6 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
- [fengb/fundude](https://github.com/fengb/fundude) Gameboy emulator: Zig -> wasm.
- [GrooveStomp/chip8-zig](https://github.com/GrooveStomp/chip8-zig) : A CHIP-8 emulator written in Zig.
- [isaachier/gbemu](https://github.com/isaachier/gbemu) : Zig Game Boy emulator.
- [sourgrasses/fishnchips](https://github.com/sourgrasses/fishnchips) : [WIP] 🐟 CHIP-8 emulator implemented in Zig for leeeearning.
- [tiehuis/zig-gameboy](https://github.com/tiehuis/zig-gameboy) : A gameboy emulator in zig.
- [emekoi/c8](https://github.com/emekoi/c8) : chip 8 emulator in zig.

Expand Down Expand Up @@ -593,8 +591,6 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
- [2023-05-15,Initial Commit: Zig Build System](https://priver.dev/blog/zig/initial-commit-build-system/)
- [LEE Lup Yuen](https://lupyuen.codeberg.page/)
- [2023-05-31,(Possibly) LVGL in WebAssembly with Zig Compiler](https://lupyuen.codeberg.page/articles/lvgl3.html)
- [Juliette](https://juliette.page/)
- [2023-06-01,Writing an init system in a language I don't know](https://web.archive.org/web/20230701063120/https://juliette.page/blog/init.html)
- [Uber Blog](https://www.uber.com/en-IT/blog/)
- [2023-05-03,Bootstrapping Uber’s Infrastructure on arm64 with Zig](https://www.uber.com/en-IT/blog/bootstrapping-ubers-infrastructure-on-arm64-with-zig/)
- [Mitchell Hashimoto](https://mitchellh.com/)
Expand Down

0 comments on commit f6cf5b6

Please sign in to comment.