diff --git a/.github/workflows/first.yml b/.github/workflows/first.yml new file mode 100644 index 0000000..fbc3c77 --- /dev/null +++ b/.github/workflows/first.yml @@ -0,0 +1,13 @@ +name: First GitHub action ever +on: + push: + branches: + - master + pull_request: + types: [opened] +jobs: + run-shell-command: + runs-on: ubuntu-latest + steps: + - name: Echo some out + run: echo "This is running on Ubuntu" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..fbc3c77 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,13 @@ +name: First GitHub action ever +on: + push: + branches: + - master + pull_request: + types: [opened] +jobs: + run-shell-command: + runs-on: ubuntu-latest + steps: + - name: Echo some out + run: echo "This is running on Ubuntu" diff --git a/tee.yaml b/tee.yaml new file mode 100644 index 0000000..9b9d657 --- /dev/null +++ b/tee.yaml @@ -0,0 +1 @@ +rwerwe diff --git a/test b/test new file mode 100644 index 0000000..9daeafb --- /dev/null +++ b/test @@ -0,0 +1 @@ +test