Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
26
third_party/FreeRDP/.github/workflows/bash-format.yml
vendored
Normal file
26
third_party/FreeRDP/.github/workflows/bash-format.yml
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
name: bash-format
|
||||
on:
|
||||
workflow_dispatch:
|
||||
branches: [ master, stable* ]
|
||||
pull_request:
|
||||
branches: [ master, stable* ]
|
||||
schedule:
|
||||
- cron: '30 4 * * SUN'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: "bash-format"
|
||||
steps:
|
||||
- name: "Check out source"
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: "Prepare environment"
|
||||
run: |
|
||||
sudo apt-get update -q -y
|
||||
sudo apt-get install -q -y \
|
||||
shfmt
|
||||
|
||||
- name: "Run shfmt..."
|
||||
run: |
|
||||
./scripts/bash-format.sh
|
||||
Reference in New Issue
Block a user