Add new static code analysis workflow
This commit is contained in:
parent
05cb9bd6ec
commit
88c6d10c62
17
.github/workflows/ci.yml
vendored
Normal file
17
.github/workflows/ci.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Static code analysis
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Check translation files
|
||||
run: |
|
||||
Human-Connection/scripts/translations/sort.sh
|
||||
Human-Connection/scripts/translations/missing-keys.sh
|
||||
Loading…
x
Reference in New Issue
Block a user