Skip to content

Merge pull request #1 from LuteOrg/initial_new_languages #3

Merge pull request #1 from LuteOrg/initial_new_languages

Merge pull request #1 from LuteOrg/initial_new_languages #3

Workflow file for this run

name: ci
on:
push:
branches: [ "develop", "master" ]
pull_request:
branches: [ "develop", "master" ]
permissions:
contents: read
jobs:
# Run all tests.
base-ci:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
cache: 'pip' # caching pip dependencies
- run: pip install -r requirements.txt
- name: Test
run: |
set -e
python verify_files.py