2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-12-02 10:15:22 +00:00
Commit graph

4 commits

Author SHA1 Message Date
Matt Mackay 2d78989553
refactor: move Aspect Workflows configuration files to new location (#249) 2022-09-19 11:58:04 -04:00
Greg Magolan 3caff577b9
fix: handle copy_to_directory '.' and './**' special patterns correctly when in the root package (#212) 2022-08-11 16:25:51 -07:00
Thulio Ferraz Assis aea1c5b72e
fix: /bin/false instead of /dev/null (#211)
The `/dev/null` is a pseudo-device file that's not executable. If we expect a call too `CC` to actually fail, then `/bin/false` is the right file.
2022-08-05 15:32:23 -04:00
Matt Mackay 6839ff7ace
chore: add Aspect CI configuration (#208) 2022-08-03 11:21:16 -04:00