try a github actions workflow

This commit is contained in:
Niklas Fiekas 2019-09-18 00:33:38 +02:00 committed by GitHub
parent 4bc42956aa
commit 7fd09d3157
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.github/workflows/ci.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: CI
on: [push, pull_request]
jobs:
translations:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Run a one-line script
run: xmllint --noout --dtdvalid translation/resources.dtd translation/**/*.xml