Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Asteborg <xnorpx@outlook.com>2023-06-17 19:11:37 +0300
committerMarcus Asteborg <xnorpx@outlook.com>2023-06-21 15:59:37 +0300
commit62fcd556c8e5f9d3fc32b214993905d181693bde (patch)
tree456007bb64ab7979e7227f182fe608cb77776b74
parent8760490d64d31ecaa73cb3e26903651cf798fa0a (diff)
Repo CI for Github actions
-rw-r--r--.github/workflows/repository.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/repository.yml b/.github/workflows/repository.yml
new file mode 100644
index 00000000..6d4810c4
--- /dev/null
+++ b/.github/workflows/repository.yml
@@ -0,0 +1,16 @@
+name: Repository
+
+on: [push, pull_request]
+
+jobs:
+ CheckTrailingWhiteSpaces:
+ name: Check trailing white spaces
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ with:
+ fetch-depth: 0
+ submodules: recursive
+ - name: Check Whitespaces
+ run: |
+ git diff-tree --check origin/opus-ng HEAD