diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml new file mode 100644 index 0000000..dd34bc4 --- /dev/null +++ b/.github/workflows/example.yml @@ -0,0 +1,7 @@ +on: push +jobs: + example: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: echo "Hello!" diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000..9e3a434 --- /dev/null +++ b/hello.txt @@ -0,0 +1 @@ +suppy suppy