diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-03 00:29:55 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-03 00:29:55 -0700 |
commit | 113c68f0dc84f0808938b2d2b2c7e484c1f3b7e9 (patch) | |
tree | ce39b3fb5a5312e0f6849dbf2b28b6f38667f051 | |
parent | 127f7e5cd342c5cc988e8b5805f3d898953745f0 (diff) | |
download | sncontinue-113c68f0dc84f0808938b2d2b2c7e484c1f3b7e9.tar.gz sncontinue-113c68f0dc84f0808938b2d2b2c7e484c1f3b7e9.tar.bz2 sncontinue-113c68f0dc84f0808938b2d2b2c7e484c1f3b7e9.zip |
indentation mistake in main.yaml
-rw-r--r-- | .github/workflows/main.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5ad8cff3..8baf8c52 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,9 +14,9 @@ jobs: uses: actions/checkout@v2 - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: '3.8' + uses: actions/setup-python@v2 + with: + python-version: "3.8" - name: Install Poetry run: | |