mirror of
https://github.com/google/cdc-file-transfer.git
synced 2026-09-13 01:10:44 +03:00
Add linter workflow (#33)
This commit is contained in:
Vendored
+3
-1
@@ -2,10 +2,12 @@
|
||||
# BLAKE3 is a very fast cryptographic hash function, see README.md for details.
|
||||
#
|
||||
|
||||
licenses(["unencumbered"]) # Creative Commons CC0
|
||||
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library")
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["unencumbered"]) # Creative Commons CC0
|
||||
|
||||
exports_files(["LICENSE"])
|
||||
|
||||
config_setting(
|
||||
|
||||
Reference in New Issue
Block a user