diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2022-12-31 15:22:20 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2022-12-31 15:22:20 -0500 |
commit | 79b202a8d257114fc6097ca6884836690e04fe31 (patch) | |
tree | adb928a1ffce0fa8707d12c0ad9bfac7aef9b9fe /.github | |
parent | dadca5cfec0790524aec23cc2ce873abb5995498 (diff) | |
download | lite-xl-plugin-manager-79b202a8d257114fc6097ca6884836690e04fe31.tar.gz lite-xl-plugin-manager-79b202a8d257114fc6097ca6884836690e04fe31.zip |
Spacing.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b00a4e7..5df547f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,9 +47,9 @@ jobs: CC: clang steps: - name: Checkout Code - uses: actions/checkout@v3 - with: - fetch-depth: 0 + uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Clone Submodules run: git submodule update --init --depth=1 - name: Build MacOS |