From 4fed323a2ab0eba83356f2928c39d9b2aed35702 Mon Sep 17 00:00:00 2001 From: pinpin Date: Mon, 16 Nov 2020 20:56:18 +0200 Subject: [PATCH] Revert "remove workwlows temporary" This reverts commit b4bf8ec250970dee826d8bceaf8d86c22fb8a6c6. --- {temp => .github}/workflows/docs.yml | 0 {temp => .github}/workflows/lint.yml | 0 {temp => .github}/workflows/linux.yml | 0 {temp => .github}/workflows/macos.yml | 0 {temp => .github}/workflows/windows.yml | 0 .gitignore | 1 + 6 files changed, 1 insertion(+) rename {temp => .github}/workflows/docs.yml (100%) rename {temp => .github}/workflows/lint.yml (100%) rename {temp => .github}/workflows/linux.yml (100%) rename {temp => .github}/workflows/macos.yml (100%) rename {temp => .github}/workflows/windows.yml (100%) diff --git a/temp/workflows/docs.yml b/.github/workflows/docs.yml similarity index 100% rename from temp/workflows/docs.yml rename to .github/workflows/docs.yml diff --git a/temp/workflows/lint.yml b/.github/workflows/lint.yml similarity index 100% rename from temp/workflows/lint.yml rename to .github/workflows/lint.yml diff --git a/temp/workflows/linux.yml b/.github/workflows/linux.yml similarity index 100% rename from temp/workflows/linux.yml rename to .github/workflows/linux.yml diff --git a/temp/workflows/macos.yml b/.github/workflows/macos.yml similarity index 100% rename from temp/workflows/macos.yml rename to .github/workflows/macos.yml diff --git a/temp/workflows/windows.yml b/.github/workflows/windows.yml similarity index 100% rename from temp/workflows/windows.yml rename to .github/workflows/windows.yml diff --git a/.gitignore b/.gitignore index 4a74c238..117ee32c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ app/node_modules app/assets/webpack +.github/workflows node_modules