diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 0000000..69cbc36 --- /dev/null +++ b/.github/workflows/blank.yml @@ -0,0 +1,35 @@ +# This is a basic workflow to help you get started with Actions + +name: mikeatkinsonworkflow + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the "main" branch + + pull_request: + branches: [ "main" ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v3 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo this is mikes test + + # Runs a set of commands using the runners shell + - name: list files + run: ls + echo Add other actions to build, + echo test, and deploy your project. diff --git a/file 1 b/file 1 new file mode 100644 index 0000000..4847143 --- /dev/null +++ b/file 1 @@ -0,0 +1 @@ +MA - hello this is good diff --git a/file 2 b/file 2 new file mode 100644 index 0000000..ba41b1e --- /dev/null +++ b/file 2 @@ -0,0 +1 @@ +MA - this is file 2 diff --git a/file 3 b/file 3 new file mode 100644 index 0000000..f4f7729 --- /dev/null +++ b/file 3 @@ -0,0 +1 @@ +MA - this is file 3 diff --git a/yes b/yes new file mode 100644 index 0000000..5ee405e --- /dev/null +++ b/yes @@ -0,0 +1 @@ +there is a chnage