mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
18 lines
387 B
YAML
18 lines
387 B
YAML
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
|