diff --git a/.github/workflows/python-workflow.yml b/.github/workflows/python-workflow.yml index bb38dd0..45c9523 100644 --- a/.github/workflows/python-workflow.yml +++ b/.github/workflows/python-workflow.yml @@ -8,6 +8,7 @@ jobs: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - name: Set up Python 3.8 uses: actions/setup-python@v2 with: diff --git a/README.md b/README.md index ecccc98..d68c727 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ # GitHub Actions Lab 1 +Add a random new line to the README.md and push changes.