zmk/.github
Niclas 45de943485
build: add support for local config builds via act (#3124)
Adds support for building the firmware in the config-repo locally via
[act](https://github.com/nektos/act).

Linux example command:
```shell
act --artifact-server-path $PWD/.artifacts
```

MacOS (M2) example command:
```shell
act --artifact-server-path $PWD/.artifacts \
--container-architecture \
linux/amd64 --container-daemon-socket -
2025-12-18 00:46:05 -05:00
..
workflows build: add support for local config builds via act (#3124) 2025-12-18 00:46:05 -05:00
dependabot.yml chore: Config dependabot for grouped npm updates (#2614) 2024-11-09 22:11:28 -08:00
pull_request_template.md chore: Docs bullet point in PR checklist (#2718) 2024-12-20 14:31:37 -05:00