Trunk fmt fix whitespace

This commit is contained in:
Jonathan Bennett 2023-11-19 16:53:00 -06:00
parent a9d846c1b3
commit 7380f3b170

View File

@ -9,13 +9,13 @@ permissions:
jobs:
build-raspbian:
uses: ./.github/workflows/build_raspbian.yml
package-raspbian:
runs-on: ubuntu-latest
needs: build-raspbian
steps:
- uses: actions/checkout@v3
- name: Get release version string
run: echo "version=$(./bin/buildinfo.py long)" >> $GITHUB_OUTPUT
id: version
@ -27,7 +27,7 @@ jobs:
- name: Display structure of downloaded files
run: ls -R
- name: build .debpkg
run: |
mkdir -p .debpkg/usr/sbin