mirror of
https://github.com/callumio/scenics.git
synced 2025-12-17 03:29:21 +00:00
ci: selective builds and flake checks
This commit is contained in:
parent
acf1a07132
commit
d284b8ae4d
5 changed files with 98 additions and 1 deletions
3
tools/changed_packages.sh
Executable file
3
tools/changed_packages.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
grep '^pkgs/' | cut -d'/' -f2 | cut -d'.' -f1 | sort -u | jq -R '{"package": .}' | jq -sc '{"include": .}'
|
||||
Loading…
Add table
Add a link
Reference in a new issue