From 77daa3299d0a6f736cc947c5ee0dd89c52b3bc12 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 12 Feb 2020 15:32:17 +0000 Subject: [PATCH] Re-enable github actions workflow. The main repo has them disabled --- .github/{.workflows => workflows}/main.yml | 0 .github/{.workflows => workflows}/templates/generate.py | 0 .github/{.workflows => workflows}/templates/lint.yml | 0 .github/{.workflows => workflows}/templates/linux.yml | 0 .github/{.workflows => workflows}/templates/main.yml | 0 .github/{.workflows => workflows}/templates/pre-commit.yml | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename .github/{.workflows => workflows}/main.yml (100%) rename .github/{.workflows => workflows}/templates/generate.py (100%) rename .github/{.workflows => workflows}/templates/lint.yml (100%) rename .github/{.workflows => workflows}/templates/linux.yml (100%) rename .github/{.workflows => workflows}/templates/main.yml (100%) rename .github/{.workflows => workflows}/templates/pre-commit.yml (100%) diff --git a/.github/.workflows/main.yml b/.github/workflows/main.yml similarity index 100% rename from .github/.workflows/main.yml rename to .github/workflows/main.yml diff --git a/.github/.workflows/templates/generate.py b/.github/workflows/templates/generate.py similarity index 100% rename from .github/.workflows/templates/generate.py rename to .github/workflows/templates/generate.py diff --git a/.github/.workflows/templates/lint.yml b/.github/workflows/templates/lint.yml similarity index 100% rename from .github/.workflows/templates/lint.yml rename to .github/workflows/templates/lint.yml diff --git a/.github/.workflows/templates/linux.yml b/.github/workflows/templates/linux.yml similarity index 100% rename from .github/.workflows/templates/linux.yml rename to .github/workflows/templates/linux.yml diff --git a/.github/.workflows/templates/main.yml b/.github/workflows/templates/main.yml similarity index 100% rename from .github/.workflows/templates/main.yml rename to .github/workflows/templates/main.yml diff --git a/.github/.workflows/templates/pre-commit.yml b/.github/workflows/templates/pre-commit.yml similarity index 100% rename from .github/.workflows/templates/pre-commit.yml rename to .github/workflows/templates/pre-commit.yml