diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2022-12-31 15:25:16 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2022-12-31 15:25:16 -0500 |
commit | 99b0820119ee80b5499dd8b4a38ed5131c45fd80 (patch) | |
tree | 2fbd89cdca356e619b1f997f9aac61fe4e030324 | |
parent | efb2a3bbf06e23297baff2f36a3cc83dd02d8aec (diff) | |
download | lite-xl-plugin-manager-99b0820119ee80b5499dd8b4a38ed5131c45fd80.tar.gz lite-xl-plugin-manager-99b0820119ee80b5499dd8b4a38ed5131c45fd80.zip |
Spacing?
-rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb410cb..5133d91 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,10 +47,10 @@ jobs: env: CC: clang steps: - - name: Checkout Code - uses: actions/checkout@v3 - with: - fetch-depth: 0 + - name: Checkout Code + uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Clone Submodules run: git submodule update --init --depth=1 - name: Build MacOS |