diff --git a/.github/exercise.yaml b/.github/exercise.yaml new file mode 100644 index 0000000..7079fe1 --- /dev/null +++ b/.github/exercise.yaml @@ -0,0 +1,14 @@ + +```yaml +name: Basic Workflow +on: + push: + branches: feature/basic-workflow +jobs: + do-things: + name: Do Things + runs-on: ubuntu-latest + steps: + - name: The Thing I've Done + run: echo "I've done a thing!" +``` \ No newline at end of file