Skip to content

Make logos smaller and centered in README #37

Make logos smaller and centered in README

Make logos smaller and centered in README #37

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- devel
pull_request:
jobs:
install:
runs-on: ubuntu-24.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
- name: Test textx generation
run: |
./test.sh
lint:
uses: ./.github/workflows/black.yaml