From b1dc818658788f7e92addfc58dea1b630e658b75 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Thu, 20 Feb 2025 06:32:35 +0800 Subject: [PATCH] ci(test): add test workflow --- .github/workflows/test.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..13f4fbe --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,12 @@ +name: test commands and stuff +on: [push] +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: cd ~ + - run: git init + - run: git remote add origin https://github.com/bwfiq/dotfiles + - run: git fetch + - run: git checkout -f master + - run: exit