Silly me, remove continuous integration
This worfklow should be located in the community repository
This commit is contained in:
parent
a059cec4c2
commit
26fa6ab261
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
@ -1,17 +0,0 @@
|
||||
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