Skip to content

More translations (#36) #137

More translations (#36)

More translations (#36) #137

Workflow file for this run

name: "tests"
on:
push:
branches: [ '**' ]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: run tests
run: ./scripts/test