diff --git a/.ci_support/blah_blah.yaml b/.ci_support/blah_blah.yaml new file mode 100644 index 000000000..89acbb285 --- /dev/null +++ b/.ci_support/blah_blah.yaml @@ -0,0 +1,2 @@ +blah: + - 4 diff --git a/recipe/blah/meta.yaml b/recipe/blah/meta.yaml new file mode 100644 index 000000000..7cc4ebb61 --- /dev/null +++ b/recipe/blah/meta.yaml @@ -0,0 +1,20 @@ +package: + name: ok_recipe + version: 1 + +build: + number: 0 + +test: + commands: + - echo "test" + +about: + home: https://github.com/conda-forge/conda-forge-linting-service + license: bsd 3-clause + license_file: LICENSE + summary: A test recipe for linting + +extra: + recipe-maintainers: + - pelson diff --git a/recipe/meta.yaml b/recipe/meta.yaml new file mode 100644 index 000000000..b69261820 --- /dev/null +++ b/recipe/meta.yaml @@ -0,0 +1,20 @@ +package: + name: ok_recipe + version: 1 + +build: + number: 0 + +test: + commands: + - echo "test" + +about: + home: https://github.com/conda-forge/conda-forge-linting-service + license: BSD-3-Clause + license_file: LICENSE + summary: A test recipe for linting + +extra: + recipe-maintainers: + - pelson