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